simba/backup

15 lines
228 B
Plaintext
Raw Normal View History

#!/usr/bin/perl -T
use warnings;
use strict;
use Simba::CA;
$ENV{PATH} = "/usr/bin";
my $ca = Simba::CA->new();
2006-11-30 14:48:17 +01:00
$ca->targets([
{ host => 'bernon.wsr.ac.at', dir => '/' }
]);
$ca->basedir('/backup/simba');
$ca->run();