]> git.proxmox.com Git - pve-storage.git/blob - pvesm
PVE::ReplicationTools::sync_guest - use integer compare for lastsync
[pve-storage.git] / pvesm
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pvesm;
7
8 PVE::CLI::pvesm->run_cli_handler();