]> git.proxmox.com Git - qemu-server.git/blob - qmrestore
qmpclient : block-job-(complete|cancel) : set timeout to 10min
[qemu-server.git] / qmrestore
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::qmrestore;
7
8 PVE::CLI::qmrestore->run_cli_handler();