7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source <BASE>/rsnapshot_common
|
|
|
|
# 604800 seconds in a week, retry every 10 minutes for 4 days
|
|
backup "345600" "weekly"
|
|
|