You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rsnapshot.cron.conf 526B

1234567891011
  1. # This is a sample cron file for rsnapshot.
  2. # The values used correspond to the examples in /etc/rsnapshot.conf.
  3. # There you can also set the backup points and many other things.
  4. #
  5. # To activate this cron file you have to uncomment the lines below.
  6. # Feel free to adapt it to your needs.
  7. # 00 */4 * * * root . /tmp/env; /usr/bin/rsnapshot hourly
  8. 00 3 * * * root . /tmp/env; /usr/bin/rsnapshot daily
  9. 55 2 * * 1 root . /tmp/env; /usr/bin/rsnapshot weekly
  10. 50 2 1 * * root . /tmp/env; /usr/bin/rsnapshot monthly