diff --git a/PVE/CLI/qmrestore.pm b/PVE/CLI/qmrestore.pm index cb5c1224..7c098140 100755 --- a/PVE/CLI/qmrestore.pm +++ b/PVE/CLI/qmrestore.pm @@ -58,7 +58,12 @@ __PACKAGE__->register_method({ optional => 1, type => 'number', minimum => '0', - } + }, + 'live-restore' => { + optional => 1, + type => 'boolean', + description => "Start the VM immediately from the backup and restore in background. PBS only.", + }, }, }, returns => {