]> git.proxmox.com Git - pve-storage.git/commit
nfs and cifs: implement backup notes helper
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Dec 2020 15:13:04 +0000 (16:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Dec 2020 15:13:09 +0000 (16:13 +0100)
commit44fdfb2af6cbdb50abdb73af23ea92f5cdb0de1a
tree71f88cd48f02525a6f1d6db159a73a445b8b73ba
parentf244e2aa7f1fd373173b87f58a627c07cf01af19
nfs and cifs: implement backup notes helper

reuse the one from DirPlugin by directing the call to it, but with
the actual $class. This should stay stable, as we provide an ABI and
try to always use $class->helpers.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/CIFSPlugin.pm
PVE/Storage/NFSPlugin.pm