diff options
Diffstat (limited to 'etc/backupninja.conf')
-rw-r--r-- | etc/backupninja.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/backupninja.conf b/etc/backupninja.conf new file mode 100644 index 0000000..4d1b63d --- /dev/null +++ b/etc/backupninja.conf @@ -0,0 +1,30 @@ +# +# |\_ +# B A C K U P N I N J A /()/ +# `\| +# main configuration file +# + +# how verbose to make the logs +# 5 -- Debugging messages (and below) +# 4 -- Informational messages (and below) +# 3 -- Warnings (and below) +# 2 -- Errors (and below) +# 1 -- Fatal errors (only) +loglevel = 4 + +# send a summary of backup status to this email address +# reportemail = root + +####################################################### +# for most installations, the defaults below are good # +####################################################### + +# where to log: +logfile = /var/log/backupninja.log + +# directory where all the backup configuration files live +configdirectory = /etc/backup.d + +# where backupninja helper scripts are found +scriptdirectory = /usr/share/backupninja |