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