Skip to content
Snippets Groups Projects

Db Profiles

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -20,8 +20,8 @@
cd "$( dirname $0 )/.." || exit 1
. $(dirname $0)/jobhelper.sh
. $(dirname $0)/inc_bash.sh
. $(dirname $0)/includes/jobhelper.sh
. $(dirname $0)/includes/inc_bash.sh
BACKUP_BASEDIR=$( _j_getvar "${JOBFILE}" "dir-localdumps" )/couchdb2
ARCHIVE_DIR=$( _j_getvar "${JOBFILE}" "dir-dbarchive" )/couchdb2
Loading