aboutsummaryrefslogtreecommitdiffstats
path: root/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'defaults')
-rw-r--r--defaults/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml
index 2d71d58..c508975 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -121,6 +121,14 @@ borg_backup_name_format: "{hostname}-{now:%Y-%m-%dT%H:%M:%S}"
# https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-compression
borg_compression: zstd
+# Additional arguments passed to `borg create`.
+# These are appended to the command line after all role-defined options,
+# allowing user-specified options to override defaults.
+# Examples: "--stats --list --filter=AME" or "--one-file-system --exclude-caches"
+# Note: If you specify -C/--compression here, it will override borg_compression.
+# See: https://borgbackup.readthedocs.io/en/stable/usage/create.html
+borg_create_additional_arguments: ""
+
# This is a list of files and directories to be backed up in the systemd job.
# In case you leave this empty, the role will not create an automatic backup job
borg_included_dirs: []