Skip to content

Instantly share code, notes, and snippets.

@Snawoot
Created March 23, 2013 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Snawoot/5229809 to your computer and use it in GitHub Desktop.
Save Snawoot/5229809 to your computer and use it in GitHub Desktop.
30 3 * * * ionice -c3 nice -n 10 /usr/local/bin/upload-backup
0 3 * * * nice -n 10 /usr/local/bin/davclean.py
0 4 * * * ionice -c3 find /home/backup -type f -mtime +30 -delete
0 5 * * * ionice -c3 nice -n 10 /usr/bin/python -W ignore::DeprecationWarning /usr/bin/rdiff-backup /home/user/www/files/ 10.10.1.2::/rdiffbackup/upload/
0 */2 * * * kill -USR1 `pidof tarantool_box`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment