Updated to template format

This commit is contained in:
Eric Renfro 2023-12-03 02:21:07 -05:00
parent ed3e8d3115
commit 500a32ee9e
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF
3 changed files with 3 additions and 3 deletions

0
.gitignore vendored Normal file
View file

0
templates/excludes Normal file
View file

View file

@ -54,7 +54,7 @@ version = "1"
# 'backup' command of profile 'home' # 'backup' command of profile 'home'
[system.backup] [system.backup]
# files with no path are relative to the configuration file # files with no path are relative to the configuration file
exclude-file = [ "system-excludes", "excludes" ] exclude-file = [ "excludes" ]
exclude-if-present = [ ".nobackup" ] exclude-if-present = [ ".nobackup" ]
exclude-caches = true exclude-caches = true
one-file-system = false one-file-system = false
@ -77,7 +77,7 @@ version = "1"
schedule-lock-wait = "2h" schedule-lock-wait = "2h"
# System Scripts # System Scripts
run-before = [ run-before = [
"~/.config/resticprofile/scripts/os before" "/etc/resticprofile/scripts/os before"
] ]
# Copy to Borgbase: # Copy to Borgbase:
run-after = [ run-after = [
@ -85,7 +85,7 @@ version = "1"
] ]
# Clean up: # Clean up:
run-finally = [ run-finally = [
"~/.config/resticprofile/scripts/os after" "/etc/resticprofile/scripts/os after"
] ]
lock = "/tmp/resticprofile-system.backup.lock" lock = "/tmp/resticprofile-system.backup.lock"