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

couchdb2: show backup and archive dir

parent 866f171d
No related branches found
No related tags found
1 merge request!11Version 2
...@@ -148,6 +148,8 @@ function _doBackupOfSingleInstance(){ ...@@ -148,6 +148,8 @@ function _doBackupOfSingleInstance(){
echo echo
echo " DUMP databases of instance ${COUCHDB_INSTANCE}: $iDbTotal databases" echo " DUMP databases of instance ${COUCHDB_INSTANCE}: $iDbTotal databases"
echo " TO BACKUP ${BACKUP_TARGETDIR}/${COUCHDB_INSTANCE}"
echo " ARCHIVE ${ARCHIVE_DIR}/${COUCHDB_INSTANCE}"
echo echo
for dbname in `_getDblist` for dbname in `_getDblist`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment