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'
|
# '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"
|
||||||
|
|
Loading…
Reference in a new issue