# HG changeset patch # User Matthias Förste # Date 1364305225 -3600 # Node ID 8adb8c5d6c3b79b45630adf8b3897fadabae3bf8 # Parent 2002e71e838a805f65be5332ce9f311ac98daff0 [cosmetics] diff -r 2002e71e838a -r 8adb8c5d6c3b check_rsnapshot.pl --- a/check_rsnapshot.pl Tue Mar 26 12:18:01 2013 +0100 +++ b/check_rsnapshot.pl Tue Mar 26 14:40:25 2013 +0100 @@ -18,6 +18,9 @@ # # Christian Arnold , Matthias Förste +=encoding utf8 +=cut + use strict; use File::Basename; use Getopt::Long; @@ -218,7 +221,7 @@ This plugin checks rsnapshot logfile for errors. -=head11 EXAMPLES +=head1 EXAMPLES check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago" @@ -229,13 +232,14 @@ =head1 AUTHORS 2011-2013 Originally written by Christian Arnold L. -2013 Fixes by Matthias Förste L. + +2013 Maintained by Matthias Förste L. =head1 COPYRIGHT Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix -support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet & -unix support. This is free software, and you are welcome to redistribute it -under certain conditions. See the GNU General Public Licence for details. +support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet & +unix support. This is free software, and you are welcome to redistribute it +under certain conditions. See the GNU General Public Licence for details. =cut