diff --git a/plugins/backup/fresh-backups b/plugins/backup/fresh-backups index ce46ae7c..5e54cabf 100755 --- a/plugins/backup/fresh-backups +++ b/plugins/backup/fresh-backups @@ -29,10 +29,14 @@ This will also set the warning and critical values for this plugin to 2*4 and 4, respectively, meaning that if the number of fresh files goes below those limits, the relevant notifications will be triggerred. +An example configuration snippet for backup-manager [0] follows. + export BM_REPOSITORY_ROOT="/path/to/your/backups" export BM_TARBALL_FILETYPE="tar.bz2" export BM_TARBALL_DIRECTORIES="/etc /home /srv /data" +[0] https://github.com/sukria/Backup-Manager + =head1 AUTHOR Olivier Mehani