added relevant crontab entry for postgres dump script

This commit is contained in:
Siddhartha 2022-07-19 20:56:12 +05:30
parent 5927a74384
commit 1c87a75b04
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ if [ $? -eq 0 ]; then
else
echo "dump upload to b2 failed!"
fi
# you can schedule this script to run every day at a certain hour via the following crontab entry
# 1 10 * * * /bin/bash /home/ubuntu/backups/scripts/postgres-dump-backup.sh >> /home/ubuntu/logs/cronlogs/postgres-dump-backup.log