rsnapshot/anacron backup settings
This commit is contained in:
parent
f94c11bb27
commit
b88f1f3566
6 changed files with 146 additions and 0 deletions
6
rsnapshot_anacron/hourly/rsnapshot_hourly
Executable file
6
rsnapshot_anacron/hourly/rsnapshot_hourly
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
source <BASE>/rsnapshot_common
|
||||
|
||||
# 3600 seconds in an hour, retry every 10 minutes for half an hour
|
||||
backup "1800" "hourly"
|
||||
Loading…
Add table
Add a link
Reference in a new issue