Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
1234567891011 |
- # This is a sample cron file for rsnapshot.
- # The values used correspond to the examples in /etc/rsnapshot.conf.
- # There you can also set the backup points and many other things.
- #
- # To activate this cron file you have to uncomment the lines below.
- # Feel free to adapt it to your needs.
-
- # 00 */4 * * * root . /tmp/env; /usr/bin/rsnapshot hourly
- 00 3 * * * root . /tmp/env; /usr/bin/rsnapshot daily
- 55 2 * * 1 root . /tmp/env; /usr/bin/rsnapshot weekly
- 50 2 1 * * root . /tmp/env; /usr/bin/rsnapshot monthly
|