Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
infrastruktur
ansible-warpzone
Commits
290e349c
Commit
290e349c
authored
2 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
borgbackup auf warpsrvint entfernt
parent
ff19d1f2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
host_vars/verwaltung
+24
-24
24 additions, 24 deletions
host_vars/verwaltung
host_vars/webserver
+24
-24
24 additions, 24 deletions
host_vars/webserver
with
48 additions
and
48 deletions
host_vars/verwaltung
+
24
−
24
View file @
290e349c
...
@@ -86,35 +86,35 @@ alert:
...
@@ -86,35 +86,35 @@ alert:
# Definition von Borgbackup Repositories
# Definition von Borgbackup Repositories
borgbackup_repos:
borgbackup_repos:
warpsrvint:
#
warpsrvint:
# URL des Repos
#
# URL des Repos
repo: "ssh://warpzone@192.168.0.201:22/data/warpzone/verwaltung"
#
repo: "ssh://warpzone@192.168.0.201:22/data/warpzone/verwaltung"
# Repo-spezifische Optionen zum Aufruf von Borgbackup
#
# Repo-spezifische Optionen zum Aufruf von Borgbackup
# z.B. bei Sicherungen zu rsync.net ist --remote-path=borg1 erforderlich
#
# z.B. bei Sicherungen zu rsync.net ist --remote-path=borg1 erforderlich
options: ""
#
options: ""
# Compression Options, z,b. "zlib,5, "zstd,5"
#
# Compression Options, z,b. "zlib,5, "zstd,5"
compression: "zlib,5"
#
compression: "zlib,5"
# Prune Optionen
#
# Prune Optionen
prune: "--keep-within=2d --keep-daily=7 --keep-weekly=4 --keep-monthly=6"
#
prune: "--keep-within=2d --keep-daily=7 --keep-weekly=4 --keep-monthly=6"
# Backup Schedule
#
# Backup Schedule
weekday: "*"
#
weekday: "*"
hour: "10"
#
hour: "10"
minute: "30"
#
minute: "30"
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
#
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
# directories:
#
# directories:
# Monitoring
#
# Monitoring
alert: true
#
alert: true
warning_age: 26
#
warning_age: 26
critical_age: 50
#
critical_age: 50
warning_count: 10
#
warning_count: 10
critical_count: 5
#
critical_count: 5
borgbase:
borgbase:
...
...
This diff is collapsed.
Click to expand it.
host_vars/webserver
+
24
−
24
View file @
290e349c
...
@@ -125,35 +125,35 @@ alert:
...
@@ -125,35 +125,35 @@ alert:
# Definition von Borgbackup Repositories
# Definition von Borgbackup Repositories
borgbackup_repos:
borgbackup_repos:
warpsrvint:
#
warpsrvint:
# URL des Repos
#
# URL des Repos
repo: "ssh://warpzone@192.168.0.201:22/data/warpzone/webserver"
#
repo: "ssh://warpzone@192.168.0.201:22/data/warpzone/webserver"
# Repo-spezifische Optionen zum Aufruf von Borgbackup
#
# Repo-spezifische Optionen zum Aufruf von Borgbackup
# z.B. bei Sicherungen zu rsync.net ist --remote-path=borg1 erforderlich
#
# z.B. bei Sicherungen zu rsync.net ist --remote-path=borg1 erforderlich
options: ""
#
options: ""
# Compression Options, z,b. "zlib,5, "zstd,5"
#
# Compression Options, z,b. "zlib,5, "zstd,5"
compression: "zlib,5"
#
compression: "zlib,5"
# Prune Optionen
#
# Prune Optionen
prune: "--keep-within=2d --keep-daily=7 --keep-weekly=4 --keep-monthly=6"
#
prune: "--keep-within=2d --keep-daily=7 --keep-weekly=4 --keep-monthly=6"
# Backup Schedule
#
# Backup Schedule
weekday: "*"
#
weekday: "*"
hour: "6"
#
hour: "6"
minute: "0"
#
minute: "0"
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
#
# Zusätzliche Verzeichnisse, die nur in diesem Backup gesichtert werden sollen
# directories:
#
# directories:
# Monitoring
#
# Monitoring
alert: true
#
alert: true
warning_age: 26
#
warning_age: 26
critical_age: 50
#
critical_age: 50
warning_count: 10
#
warning_count: 10
critical_count: 5
#
critical_count: 5
borgbase:
borgbase:
...
...
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