Created
May 13, 2020 19:05
-
-
Save imgeraldalinio/c8069ed3febf72f532e40c3c3382bfcd to your computer and use it in GitHub Desktop.
Revisions
-
imgeraldalinio created this gist
May 13, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # For example, you can run a backup of all your user accounts # at 5 a.m every week with: # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/ # # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command @daily sh /home/ubuntu/mysqldump.sh