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/daily/rsnapshot_daily
Executable file
7
rsnapshot_anacron/daily/rsnapshot_daily
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source <BASE>/rsnapshot_common
|
||||
|
||||
# 86400 seconds in a day, retry every 10 minutes for half a day
|
||||
backup "40000" "daily"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue