fix: change backup time according to documentation

This commit is contained in:
root 2024-12-19 01:38:00 +03:00
parent 765853add6
commit f6d7465586
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
mkdir backups mkdir backups
(crontab -l 2>/dev/null; echo "* */12 * * * $(pwd)/backup.sh") | crontab - (crontab -l 2>/dev/null; echo "* 4 * * * $(pwd)/backup.sh") | crontab -
echo "Success"