Finished with the scripts
This commit is contained in:
parent
a97d0551fa
commit
f02f78f99f
1 changed files with 8 additions and 3 deletions
|
@ -81,11 +81,16 @@ version = "1"
|
||||||
]
|
]
|
||||||
# Copy to Borgbase:
|
# Copy to Borgbase:
|
||||||
run-after = [
|
run-after = [
|
||||||
|
"/etc/resticprofile/scripts/os after",
|
||||||
"resticprofile system.copy"
|
"resticprofile system.copy"
|
||||||
]
|
]
|
||||||
|
# On Failure:
|
||||||
|
run-fail = [
|
||||||
|
"/etc/resticprofile/scripts/os fail"
|
||||||
|
]
|
||||||
# Clean up:
|
# Clean up:
|
||||||
run-finally = [
|
run-finally = [
|
||||||
"/etc/resticprofile/scripts/os after"
|
"/etc/resticprofile/scripts/os final"
|
||||||
]
|
]
|
||||||
|
|
||||||
lock = "/tmp/resticprofile-system.backup.lock"
|
lock = "/tmp/resticprofile-system.backup.lock"
|
||||||
|
|
Loading…
Reference in a new issue