]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/API2/VZDump.pm
vdzump: whitespace/extra-lines clean up
[pve-manager.git] / PVE / API2 / VZDump.pm
index 10847260ba08d48ab013718f069c9da0def855a7..2c0df4c37e127e9883330c6a4846b675c63502e5 100644 (file)
@@ -25,13 +25,15 @@ __PACKAGE__->register_method ({
     method => 'POST',
     description => "Create backup.",
     permissions => {
-       description => "The user needs 'VM.Backup' permissions on any VM, and 'Datastore.AllocateSpace' on the backup storage. The 'maxfiles', 'prune-backups', 'tmpdir', 'dumpdir', 'script', 'bwlimit' and 'ionice' parameters are restricted to the 'root\@pam' user.",
+       description => "The user needs 'VM.Backup' permissions on any VM, and 'Datastore.AllocateSpace'"
+           ." on the backup storage. The 'maxfiles', 'prune-backups', 'tmpdir', 'dumpdir', 'script',"
+           ." 'bwlimit' and 'ionice' parameters are restricted to the 'root\@pam' user.",
        user => 'all',
     },
     protected => 1,
     proxyto => 'node',
     parameters => {
-       additionalProperties => 0,
+       additionalProperties => 0,
        properties => PVE::VZDump::Common::json_config_properties({
            stdout => {
                type => 'boolean',