Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!11
Version 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Version 2
version-2
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Version 2
Hahn Axel (hahn)
requested to merge
version-2
into
master
Jun 16, 2021
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
4e5503ff
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4e5503ff
couchdb2: show backup and archive dir
· 4e5503ff
Hahn Axel (hahn)
authored
Jun 16, 2021
plugins/localdump/couchdb2.sh
+
2
−
0
View file @ 4e5503ff
Edit in single-file editor
Open in Web IDE
Show full file
@@ -148,6 +148,8 @@ function _doBackupOfSingleInstance(){
echo
echo
" DUMP databases of instance
${
COUCHDB_INSTANCE
}
:
$iDbTotal
databases"
echo
" TO BACKUP
${
BACKUP_TARGETDIR
}
/
${
COUCHDB_INSTANCE
}
"
echo
" ARCHIVE
${
ARCHIVE_DIR
}
/
${
COUCHDB_INSTANCE
}
"
echo
for
dbname
in
`
_getDblist
`
Loading