Skip to content
Snippets Groups Projects
Commit ffb7aae3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

eable couchbackup

parent 89542396
Branches
No related tags found
1 merge request!129Db Profiles
......@@ -346,9 +346,7 @@ function _doBackupOfSingleInstance(){
echo -n "Need to backup ... "
# TODO
# check command line
echo couchbackup --db "${dbname}" >"${OUTFILE}".progress 2>/dev/null && mv "${OUTFILE}".progress "${OUTFILE}"
# exit 1;
couchbackup --db "${dbname}" >"${OUTFILE}".progress 2>/dev/null && mv "${OUTFILE}".progress "${OUTFILE}"
fetchrc
# $myrc is last returncode - set in fetchrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment