From 8b0175c70cbf3ed63c9a0e617c3f1e5332650ff6 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sat, 27 Jun 2026 21:20:35 +0000 Subject: feat: add storage quota support Add borg_storage_quota variable to limit repository storage on the borg server via --storage-quota option in authorized_keys. When not using borg_ssh_key_per_repo, all repos for a host must share the same quota setting (similar to --append-only). Per-repo SSH keys enable independent quotas per repository. --- 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 2331794..0101ed1 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -42,6 +42,11 @@ argument_specs: required: false default: false + borg_storage_quota: + type: str + required: false + default: "" + borg_compression: type: str required: false -- cgit v1.2.3