inital commit
This commit is contained in:
commit
1e2b15036a
5 changed files with 146 additions and 0 deletions
8
crontab.example
Normal file
8
crontab.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
# backup mail, once every 2 hours
|
||||
30 */2 * * * /root/backup/backupscript.sh -k 20 mail
|
||||
# backup userdirs
|
||||
0 5 * * tue /root/backup/backupscript.sh -k 3 nfs
|
||||
# backup everything else, every morning at 3AM
|
||||
0 3 * * * /root/backup/backupscript.sh -k 7 -x mail -x nfs .
|
||||
# clean up once a day at 12:10 (takes several hours)
|
||||
10 12 * * * /root/backup/prune.sh
|
Loading…
Add table
Add a link
Reference in a new issue