Backup-EZ
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use strict;
use warnings FATAL => 'all';
use Backup::EZ;
use Data::Dumper;
use Test::More;
my $ez = Backup::EZ->new( conf => 'share/ezbackup.conf',
exclude_file => 'share/ezbackup_exclude.rsync'
);
ok($ez);
done_testing();
( run in 2.398 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )