]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
prune: introduce keep-all option
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 23 Nov 2020 12:33:08 +0000 (13:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Nov 2020 14:27:17 +0000 (15:27 +0100)
commit1b87f01388da882c31cc91d7cc142d3181faa085
tree561120211f03546b3d769bdc71b6262c1e448424
parent5045e0b77a7f08d1cb6807229b2d019552225f9c
prune: introduce keep-all option

useful to have an alternative to the old maxfiles = 0. There has to
be a way for vzdump to distinguish between:
1. use the /etc/vzdump.conf default (when no options are configured for the storage)
2. use no limit (when keep-all=1)

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm
PVE/Storage/PBSPlugin.pm
PVE/Storage/Plugin.pm