pve-manager/bin/pvesr
Dietmar Maurer 892821fd87 pvesr: add pve storage replication tool
Just added code to configure jobs. Replication itself is not
implemented.
2017-05-31 08:23:46 +02:00

9 lines
105 B
Perl

#!/usr/bin/perl -T
use strict;
use warnings;
use PVE::CLI::pvesr;
PVE::CLI::pvesr->run_cli_handler();