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/monthly/rsnapshot_monthly
Executable file
7
rsnapshot_anacron/monthly/rsnapshot_monthly
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source <BASE>/rsnapshot_common
|
||||
|
||||
# 2592000 seconds in a month, retry every 10 minutes for 8 days
|
||||
backup "691200" "monthly"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue