]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-vzdump.conf.5-opts.pl
backup restore: Fix syntax for bwlimit example
[pve-docs.git] / gen-vzdump.conf.5-opts.pl
index 4e013fb1b204d215bd5439bc680c855fce266dbd..dc1e0c5c5917a7867aa95d77091643950982badf 100755 (executable)
@@ -4,9 +4,9 @@ use lib '.';
 use strict;
 use warnings;
 use PVE::RESTHandler;
-use PVE::VZDump;
+use PVE::VZDump::Common;
 
-my $prop = PVE::VZDump::json_config_properties();
+my $prop = PVE::VZDump::Common::json_config_properties();
 my $skip = {
     all => 1,
     exclude => 1,