Skip to content

Instantly share code, notes, and snippets.

@imgeraldalinio
Created May 13, 2020 19:05
Show Gist options
  • Save imgeraldalinio/c8069ed3febf72f532e40c3c3382bfcd to your computer and use it in GitHub Desktop.
Save imgeraldalinio/c8069ed3febf72f532e40c3c3382bfcd to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment