From 2d3f7e5c13ab969ea02cd57950d1e5e4842f2341 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Dec 2024 12:47:54 +0300 Subject: [PATCH] fix: backup bash script --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 0cda24b..ea6cc81 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,2 @@ -docker exec d4dd199a4566 pg_dump -U postgres postgres > $(pwd)/backups/$(date -d "today" +"%Y-%m-%d-%H-%M").sql +docker exec d4dd199a4566 pg_dump -U postgres postgres > /root/gadasin/backups/$(date -d "today" +"%Y-%m-%d-%H-%M").sql