rsnapshot/anacron backup settings
This commit is contained in:
parent
f94c11bb27
commit
b88f1f3566
6 changed files with 146 additions and 0 deletions
7
rsnapshot_anacron/weekly/rsnapshot_weekly
Executable file
7
rsnapshot_anacron/weekly/rsnapshot_weekly
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source <BASE>/rsnapshot_common
|
||||
|
||||
# 604800 seconds in a week, retry every 10 minutes for 4 days
|
||||
backup "345600" "weekly"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue