diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/templates/excludes b/templates/excludes new file mode 100644 index 0000000..e69de29 diff --git a/templates/profiles.toml b/templates/profiles.toml index 17ae95f..4408632 100644 --- a/templates/profiles.toml +++ b/templates/profiles.toml @@ -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"