Finished with the scripts

This commit is contained in:
Eric Renfro 2023-12-03 06:46:43 -05:00
parent a97d0551fa
commit f02f78f99f
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

View file

@ -77,15 +77,20 @@ version = "1"
schedule-lock-wait = "2h" schedule-lock-wait = "2h"
# System Scripts # System Scripts
run-before = [ run-before = [
"/etc/resticprofile/scripts/os before" "/etc/resticprofile/scripts/os before"
] ]
# Copy to Borgbase: # Copy to Borgbase:
run-after = [ run-after = [
"resticprofile system.copy" "/etc/resticprofile/scripts/os after",
"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"