From d5d47b31920eaf576301b8a8b74bb0cb8f3637ca Mon Sep 17 00:00:00 2001 From: 99oblivius <99dark.oblivion99@gmail.com> Date: Mon, 14 Oct 2024 09:36:42 +0000 Subject: [PATCH] moved backup script --- .gitignore | 3 ++- postgres-backup-script.sh => backups/postgres-backup-script.sh | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename postgres-backup-script.sh => backups/postgres-backup-script.sh (100%) diff --git a/.gitignore b/.gitignore index 4a9d1be..bf5d59d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # backups -backups/ +backups/* +!backups/postgres-backup-script.sh # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/postgres-backup-script.sh b/backups/postgres-backup-script.sh similarity index 100% rename from postgres-backup-script.sh rename to backups/postgres-backup-script.sh