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
!27
Eliminate scheduler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Eliminate scheduler
eliminate-scheduler
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Eliminate scheduler
Hahn Axel (hahn)
requested to merge
eliminate-scheduler
into
master
Jan 26, 2022
Overview
0
Commits
3
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
2a260f08
Prev
Next
Show latest version
2 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
2a260f08
show errors on STDERR
· 2a260f08
Hahn Axel (hahn)
authored
Jan 26, 2022
backup.sh
+
2
−
2
View file @ 2a260f08
Edit in single-file editor
Open in Web IDE
Show full file
@@ -91,7 +91,7 @@ do
echo
"Param: setting to AUTO on duplicity"
echo
"
$2
"
|
grep
"^[1-9][0-9]*[a-zA-Z]$"
2>/dev/null
if
[
$?
-ne
0
]
;
then
echo
"ERROR: the value after
$1
must be a number and a letter (for unit); i.e. 1M for 1 month"
>
&2
echo
"ERROR: the value after
$1
must be a number and a letter (for unit); i.e. 1M for 1 month"
exit
1
else
JOBDEF_TYPE
=
auto
@@ -112,7 +112,7 @@ do
bStart
=
1
;;
*
)
echo
"ERROR: parameter [
$1
] is unknown"
>
&2
echo
"ERROR: parameter [
$1
] is unknown"
showHelp
exit
1
esac
Loading