check_rsnapshot.pl
changeset 10 a2a32d619fa1
parent 7 1c73e9015c06
child 12 3243849b73c6
equal deleted inserted replaced
9:851044a4cc98 10:a2a32d619fa1
    37 sub get_status($$$);
    37 sub get_status($$$);
    38 sub report($);
    38 sub report($);
    39 sub version($$);
    39 sub version($$);
    40 
    40 
    41 my $ME      = basename $0;
    41 my $ME      = basename $0;
    42 my $VERSION = "2.5";
    42 my $VERSION = "2.6";
    43 
    43 
    44 my %opt = (
    44 my %opt = (
    45     binary => "/usr/bin/rsnapshot",
    45     binary => "/usr/bin/rsnapshot",
    46     maxage => undef,
    46     maxage => undef,
    47     date   => "yesterday"
    47     date   => "yesterday"
   224 
   224 
   225 check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago" 
   225 check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago" 
   226 
   226 
   227 =head1 VERSION
   227 =head1 VERSION
   228 
   228 
   229 This man page is current for version 2.5 of check_rsnapshot.
   229 This man page is current for version 2.6 of check_rsnapshot.
   230 
   230 
   231 =head1 AUTHORS
   231 =head1 AUTHORS
   232 
   232 
   233 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>.
   233 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>.
   234 2013      Fixes by Matthias Förste L<foerste@schlittermann.de>.
   234 2013      Fixes by Matthias Förste L<foerste@schlittermann.de>.