fix: backup bash script

This commit is contained in:
root 2024-12-19 12:47:54 +03:00
parent b62f672608
commit 2d3f7e5c13
1 changed files with 1 additions and 1 deletions

View File

@ -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