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
!26
Eliminate scheduler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Eliminate scheduler
eliminate-scheduler
into
master
Overview
0
Commits
14
Pipelines
0
Changes
13
Merged
Eliminate scheduler
Hahn Axel (hahn)
requested to merge
eliminate-scheduler
into
master
Jan 19, 2022
Overview
0
Commits
14
Pipelines
0
Changes
9
https://projects.iml.unibe.ch/projects/sysadmin/work_packages/4972/activity
Edited
Jan 25, 2022
by
Hahn Axel (hahn)
0
0
Merge request reports
Compare
version 1
version 2
dedc6dc0
Jan 20, 2022
version 1
77509b75
Jan 19, 2022
master (base)
and
latest version
latest version
6ada0a7e
14 commits,
Jan 21, 2022
version 2
dedc6dc0
7 commits,
Jan 20, 2022
version 1
77509b75
6 commits,
Jan 19, 2022
Show latest version
9 files
+
177
−
356
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
jobs/backup.job.dist
+
0
−
32
View file @ 6ada0a7e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,38 +12,6 @@
lang = en_us
# ----------------------------------------------------------------------
# backup type; one of auto|inc
# inc: incremetal and full backups if started on cofigured times
# auto: automatic; =incermental backups; duplicity can start a full
# backup if the last one is older a given range
# ----------------------------------------------------------------------
# type = inc
type = auto
# ----------------------------------------------------------------------
# scheduling for full backup
# type = inc only
# for inc and full you can set
# DOM:06,22 - days of month
# DOW:Mon,Fri - weekdays
# WDM:WDM:1st Fri - nth weekday in month
# ----------------------------------------------------------------------
# full = WDM:3rd Fri
# when to start a full backup?
# regex that must match a time HH:MM somewhen
# This will start it if backup ist started between 23:00:00 and 23:09:59
# start-time-full = 23:0.
# ----------------------------------------------------------------------
# full backups for type = auto AND when using duplicity
# ----------------------------------------------------------------------
# auto = <time> i.e. 1M
# auto = 1M
# ----------------------------------------------------------------------
# local dumps; each service has its own subdir there
Loading