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
!129
Db Profiles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Db Profiles
db-detector
into
master
Overview
0
Commits
63
Pipelines
0
Changes
5
Merged
Db Profiles
Hahn Axel (hahn)
requested to merge
db-detector
into
master
Feb 20, 2024
Overview
0
Commits
63
Pipelines
0
Changes
5
0
0
Merge request reports
Viewing commit
71d4009c
Prev
Next
Show latest version
5 files
+
13
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
71d4009c
exit if source of a file failed
· 71d4009c
Hahn Axel (hahn)
authored
Mar 11, 2024
backup.sh
+
2
−
2
View file @ 71d4009c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,8 +17,8 @@
@@ -17,8 +17,8 @@
# 2022-11-04 ah v1.2 rename hooks
# 2022-11-04 ah v1.2 rename hooks
# ================================================================================
# ================================================================================
.
$(
dirname
"
$0
"
)
/includes/jobhelper.sh
.
$(
dirname
"
$0
"
)
/includes/jobhelper.sh
||
exit
1
.
`
dirname
$0
`
/includes/inc_bash.sh
.
$(
dirname
$0
)
/includes/inc_bash.sh
||
exit
1
typeset
-i
rcBackup
=
0
typeset
-i
rcBackup
=
0
typeset
-i
rcTransfer
=
0
typeset
-i
rcTransfer
=
0
Loading