diff options
author | B Stack <bgstack15@gmail.com> | 2017-05-22 18:13:03 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-05-22 18:13:03 -0400 |
commit | 091202f360636e375c418bff97e959fe48fbae99 (patch) | |
tree | c97d542aeeb91b8a6f004d77e73c64bb9094586b | |
parent | added example rbup.conf (diff) | |
download | rbup-091202f360636e375c418bff97e959fe48fbae99.tar.gz rbup-091202f360636e375c418bff97e959fe48fbae99.tar.bz2 rbup-091202f360636e375c418bff97e959fe48fbae99.zip |
updated storage1.conf
-rw-r--r-- | etc/rbup/storage1.conf | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/etc/rbup/storage1.conf b/etc/rbup/storage1.conf index 157c9f9..6ab1902 100644 --- a/etc/rbup/storage1.conf +++ b/etc/rbup/storage1.conf @@ -1,8 +1,19 @@ -# File: /etc/rbup/rbup.conf -# Hierarchy of precedence, and the last defined option being used. -# conffile (default is /etc/rbup/rbup.conf) -# command line environment -# flags given to rbup.sh +# File: /etc/rbup/storage1.conf +# Author: +# Startdate: 2017-05-20 19:33 +# Title: Rbup conf file for storage1 main backup +# Purpose: To define the default backup job +# History: +# Usage: /usr/bin/rbup -c /etc/rbup/rbup.conf +# Hierarchy of precendence, with first item being the one used for a variable: +# 1. Flags given on the command line +# 2. Command line environment +# 3. Config file passed via -c /etc/rbup/example.conf +# 4. Default config: /etc/rbup/rbup.conf +# Reference: +# Improve: +# Document: Below this line + RBUP_NOW="$( date "+%Y-%m-%dT%H%M%S" )" RBUP_SYNC_CMD=/bin/rsync RBUP_SYNC_OPTS="-rlptgoDEA" @@ -19,10 +30,10 @@ RBUP_LOG_DIR=/var/log/rbup #if true, will use the SYNC_OPT_NOT_APPLY option RBUP_ENABLED=yes -RBUP_VERBOSE=yes # can be overridden by the -v/-q flag or by the job options +RBUP_VERBOSE=yes # JOB SPECIFIC VALUES -RBUP_JOB_NAME="mainbackup" +RBUP_JOB_NAME="storage1" RBUP_SOURCE=/var/storage1/shares RBUP_CHECKSUM_COUNT=1 RBUP_CHECKSUM_1_FILE="/var/storage1/shares/public/Age Of Empires/Installing-AoFE-on-Linux 2016-01-29.odt" |