check_rsnapshot.pl
changeset 20 fb36e0e666d7
parent 19 379eae48e070
child 23 b39907422946
equal deleted inserted replaced
19:379eae48e070 20:fb36e0e666d7
    40 sub get_status($$$);
    40 sub get_status($$$);
    41 sub report($);
    41 sub report($);
    42 sub version($$);
    42 sub version($$);
    43 
    43 
    44 my $ME      = basename $0;
    44 my $ME      = basename $0;
    45 my $VERSION = "2.6";
    45 my $VERSION = "2.8";
    46 
    46 
    47 my %opt = (
    47 my %opt = (
    48     binary => "/usr/bin/rsnapshot",
    48     binary => "/usr/bin/rsnapshot",
    49     maxage => undef,
    49     maxage => undef,
    50     date   => "yesterday"
    50     date   => "yesterday"
   220 
   220 
   221 check_rsnapshot -s 172800 -d "2 days ago" /var/log/rsnapshot/rsnapshot.log
   221 check_rsnapshot -s 172800 -d "2 days ago" /var/log/rsnapshot/rsnapshot.log
   222 
   222 
   223 =head1 VERSION
   223 =head1 VERSION
   224 
   224 
   225 This man page is current for version 2.6 of check_rsnapshot.
   225 This man page is current for version 2.8 of check_rsnapshot.
   226 
   226 
   227 =head1 AUTHORS
   227 =head1 AUTHORS
   228 
   228 
   229 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>.
   229 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>.
   230 
   230