Updated to template format
This commit is contained in:
parent
ed3e8d3115
commit
500a32ee9e
3 changed files with 3 additions and 3 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
0
templates/excludes
Normal file
0
templates/excludes
Normal 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"
|
||||
|
|
Loading…
Reference in a new issue