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