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 --- meta/argument_specs.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta') diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index a6e640c..518b881 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -81,6 +81,11 @@ argument_specs: required: false default: zstd + borg_create_additional_arguments: + type: str + required: false + default: "" + borg_included_dirs: type: list elements: str -- cgit v1.2.3