892821fd87
Just added code to configure jobs. Replication itself is not implemented.
9 lines
105 B
Perl
9 lines
105 B
Perl
#!/usr/bin/perl -T
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use PVE::CLI::pvesr;
|
|
|
|
PVE::CLI::pvesr->run_cli_handler();
|