fix: change backup time according to documentation
This commit is contained in:
parent
765853add6
commit
f6d7465586
|
@ -1,3 +1,4 @@
|
|||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue