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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Commits
78779ad0
Commit
78779ad0
authored
3 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
remove scheduler.sh
parent
33b2262c
Branches
Branches containing commit
No related tags found
1 merge request
!29
remove scheduler.sh
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scheduler.sh
+0
-32
0 additions, 32 deletions
scheduler.sh
scheduler.sh.banner
+0
-5
0 additions, 5 deletions
scheduler.sh.banner
with
0 additions
and
37 deletions
scheduler.sh
deleted
100755 → 0
+
0
−
32
View file @
33b2262c
#!/bin/bash
# ================================================================================
#
# SCHEDULER
#
# schedule backups.
# If backup time is reached then
# - the local dumps for all database types will be performed
# - transfer of data directories will be started
#
# This script is added as cron (see /etc/cron.d/)
#
# SYNTAX
# scheduler.sh [option]
#
# OPTIONS
# default: no parameter: check jobs/backups.job for scheduling backups
# -d, --dryrun check date only; no run of a backup
# -f, --force: force incremental backup NOW.
#
# --------------------------------------------------------------------------------
# ah - Axel Hahn <axel.hahn@iml.unibe.ch>
# ds - Daniel Schueler <daniel.schueler@iml.unibe.ch>
#
# 2016-11-10 ah,ds v1.0
# ================================================================================
echo
"ERROR:
$0
was DISABLED."
echo
"start
$(
dirname
\"
$0
\"
)
/backup.sh by cron when you wish to start the backup."
exit
1
# --------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
scheduler.sh.banner
deleted
100644 → 0
+
0
−
5
View file @
33b2262c
,--. ,--. ,--.
,---. ,---.| ,---. ,---. ,-| |,--.,--.| | ,---. ,--.--.
( .-' | .--'| .-. || .-. :' .-. || || || || .-. :| .--'
.-' `)\ `--.| | | |\ --.\ `-' |' '' '| |\ --.| |
`----' `---'`--' `--' `----' `---' `----' `--' `----'`--'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment