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
!97
update docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update docs
support-windows
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
support-windows
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
version 1
1369a440
2 years ago
master (base)
and
latest version
latest version
3b1e7483
2 commits,
2 years ago
version 1
1369a440
1 commit,
2 years ago
1 file
+
7
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/_index.md
+
7
−
5
View file @ 3b1e7483
Edit in single-file editor
Open in Web IDE
Show full file
# IML BACKUP
#
# IML BACKUP
Backup scripts using Restic (or Duplicity).
Backup scripts to wrap Restic (or Duplicity).
Runs on
Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
*
Linux: (CentOS, Debian, Manjaro, Ubuntu)
*
MS Windows (by using compiled GNU tools eg. Cygwin or Mingw)
📄 Source:
<https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/>
\
📄 Source:
<https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/>
\
📜 License: GNU GPL 3.0
\
📜 License: GNU GPL 3.0
\
@@ -10,10 +12,10 @@ Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
@@ -10,10 +12,10 @@ Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
Supported backup clients:
Supported backup clients:
*
Restic:
<https://restic.net/>
*
Restic:
<https://restic.net/>
(default)
*
Duplicity:
<https://duplicity.gitlab.io/duplicity-web/>
*
Duplicity:
<https://duplicity.gitlab.io/duplicity-web/>
# Why
#
# Why
We rollout our linux systems automatically. We try not to configure third systems
We rollout our linux systems automatically. We try not to configure third systems
for backup, monitoring and other general services.
for backup, monitoring and other general services.
Loading