7 lines
136 B
Bash
Executable file
7 lines
136 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source <BASE>/rsnapshot_common
|
|
|
|
# 2592000 seconds in a month, retry every 10 minutes for 8 days
|
|
backup "691200" "monthly"
|
|
|