This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# vi: sw=4 ts=4 et | |
# (C) 2011 Dirk Ruediger <dirk@niebegeg.net> | |
# (C) 2013 Moritz Augsburger | |
# Feel free do hack or adopt it! | |
# | |
# A syslog wrapper for duply. It runs duply for multiple profiles, | |
# filers "bias" out and writes all important and unexpected messages to syslog. | |
# | |
# One mail for all profiles together is generated. |