From 07fb93c2a4251e7916160a835fd6c6ffd95a2479 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Sun, 6 Nov 2016 13:18:56 +1100 Subject: [PATCH] [fresh_backup] Add missing reference to backup-manager Signed-off-by: Olivier Mehani --- plugins/backup/fresh-backups | 4 ++++ 1 file changed, 4 insertions(+) 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