Skip to content
Snippets Groups Projects
Commit 8105c305 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove old vars from backup.job.dist

parent 4c62161a
No related branches found
No related tags found
1 merge request!26Eliminate scheduler
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# # jobfile backup.job for scheduling local dumps
# jobfile backup.job for scheduling
#
# ----------------------------------------------------------------------
# #
# SYNTAX: # SYNTAX:
# [variable] = [value] # [variable] = [value]
...@@ -13,35 +10,39 @@ ...@@ -13,35 +10,39 @@
# #
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
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 = inc
type = auto type = auto
lang = en_us
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# scheduling for incremental backup and full backup # scheduling for full backup
# type = inc only
# for inc and full you can set # for inc and full you can set
# DOM:06,22 - days of month # DOM:06,22 - days of month
# DOW:Mon,Fri - weekdays # DOW:Mon,Fri - weekdays
# WDM:1st Fri - nth weekday in month # WDM:WDM:1st Fri - nth weekday in month
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
inc = DOW:Mon,Tue,Wed,Thu,Fri,Sat,Sun # full = WDM:3rd Fri
# full backups for type = inc # when to start a full backup?
full = WDM:3rd Fri # 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 # ----------------------------------------------------------------------
# full backups for type = auto AND when using duplicity
# ----------------------------------------------------------------------
# auto = <time> i.e. 1M # auto = <time> i.e. 1M
auto = 1M # auto = 1M
# --- when to start every day?
# incremental jobs
# time HHMM ... multiple values with separated with "," and sorted
# 10:00,12:00,14:00,16:00,18:00
start-time-inc = 20:00
start-time-full = 20:00
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment