X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FPMG%2FPBSConfig.pm;h=29cff220d1e339e4215b20ed8134193897a9363a;hb=d6e256858ab1cca708d91fc91070f1a07768e595;hp=2d80e78230d050df54c5954ad328daf986b0c499;hpb=f44d0cae1b1158e7b65018533d14743e722d3031;p=pmg-api.git diff --git a/src/PMG/PBSConfig.pm b/src/PMG/PBSConfig.pm index 2d80e78..29cff22 100644 --- a/src/PMG/PBSConfig.pm +++ b/src/PMG/PBSConfig.pm @@ -90,6 +90,11 @@ sub properties { description => "Username or API token ID on the Proxmox Backup Server" }), fingerprint => get_standard_option('fingerprint-sha256'), + 'include-statistics' => { + description => "Include statistics in scheduled backups", + type => 'boolean', + optional => 1, + }, %prune_properties, }; } @@ -102,6 +107,7 @@ sub options { username => { optional => 1 }, password => { optional => 1 }, fingerprint => { optional => 1 }, + 'include-statistics' => { optional => 1 }, 'keep-last' => { optional => 1 }, 'keep-hourly' => { optional => 1 }, 'keep-daily' => { optional => 1 },