From 66e46df3d2a840bf62ef8084ad171041772db65e Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Mon, 29 Jun 2026 20:56:50 +0200 Subject: Support custom arguments for borg create --- molecule/default/converge.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'molecule/default/converge.yml') diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 21d4899..504758d 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -94,6 +94,8 @@ - 1 - TEMPFAIL borg_compression: lz4 + borg_create_additional_arguments: >- + -C zlib,6 borg_systemd_oncalendar: "*-*-* 03:00:00" borg_included_dirs: - /etc @@ -176,6 +178,8 @@ borg_mode_append_only: true borg_storage_quota: 10G borg_compression: zstd + borg_create_additional_arguments: >- + --stats --list --filter=AME borg_included_dirs: - /etc borg_excluded_dirs: [] @@ -190,6 +194,8 @@ borg_mode_append_only: false borg_storage_quota: 50G borg_compression: lz4 + borg_create_additional_arguments: >- + --one-file-system --exclude-caches borg_included_dirs: - /home borg_excluded_dirs: -- cgit v1.2.3