Skip to content
Snippets Groups Projects

update docs

Merged Hahn Axel (hahn) requested to merge support-windows into master
1 file
+ 7
5
Compare changes
  • Side-by-side
  • Inline
+ 7
5
# 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