]> git.proxmox.com Git - qemu-server.git/blame_incremental - qmrestore
use new snapshot rollback hook to handle machine type
[qemu-server.git] / qmrestore
... / ...
CommitLineData
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use PVE::CLI::qmrestore;
7
8PVE::CLI::qmrestore->run_cli_handler();