Introduce prune-backups property for directory-based storages

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner
2020-07-09 14:45:41 +02:00
committed by Thomas Lamprecht
parent 0dffc7ba55
commit 3353698f45
7 changed files with 70 additions and 7 deletions

View File

@ -150,6 +150,7 @@ sub options {
fuse => { optional => 1 },
bwlimit => { optional => 1 },
maxfiles => { optional => 1 },
'prune-backups' => { optional => 1 },
};
}