source: trunk/puppet/modules/backup_rsnapshot/files/rsnapshot.cron @ 646

Last change on this file since 646 was 646, checked in by sebas@…, 14 years ago

un cron y backup de / por defecto

File size: 626 bytes
Line 
1# This file is managed by puppet, your changes are likely to be
2# overwriten.
3#
4# This is a sample cron file for rsnapshot.
5# The values used correspond to the examples in /etc/rsnapshot.conf.
6# There you can also set the backup points and many other things.
7#
8# To activate this cron file you have to uncomment the lines below.
9# Feel free to adapt it to your needs.
10
110 */4         * * *           root    /usr/bin/rsnapshot hourly
1230 3          * * *           root    /usr/bin/rsnapshot daily
130  3          * * 1           root    /usr/bin/rsnapshot weekly
1430 2          1 * *           root    /usr/bin/rsnapshot monthly
Note: See TracBrowser for help on using the repository browser.