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
!1
Version 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Version 2
version-2
into
master
Overview
0
Commits
12
Pipelines
0
Changes
3
Merged
Hahn Axel (hahn)
requested to merge
version-2
into
master
4 years ago
Overview
0
Commits
12
Pipelines
0
Changes
3
go the plugin way:
move localdump_* scripts to ./plugins/db/ subdir
support for multiple transfer/ restore backend tools
Edited
4 years ago
by
Hahn Axel (hahn)
0
0
Merge request reports
Viewing commit
c3f14217
Prev
Next
Show latest version
3 files
+
96
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
c3f14217
update transfer plugins
· c3f14217
Hahn Axel (hahn)
authored
4 years ago
plugins/transfer/_template.sh
+
10
−
0
View file @ c3f14217
Edit in single-file editor
Open in Web IDE
Show full file
@@ -125,6 +125,16 @@
function
t_sd_cmdPost
(){
}
# --------------------------------------------------------------------------------
# RESTORE
# --------------------------------------------------------------------------------
# show stored volumes on backup repository
# used in restore; directory param is checked before
# param string name of backup dir, i.e. /etc
function
t_cmdShowVolumes
(){
}
# --------------------------------------------------------------------------------
# VERIFY RETURNCODES
# --------------------------------------------------------------------------------
Loading