Skip to content
Snippets Groups Projects

Add script to handle a USB repair stick

Merged Hahn Axel (hahn) requested to merge usb-repair-stick into master
1 file
+ 3
7
Compare changes
  • Side-by-side
  • Inline
+ 3
7
# IML BACKUP #
# IML BACKUP
Backup scripts using Restic (or Duplicity).
Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
Runs on Linux (CentOS, Debian, Manjaro, Ubuntu) and Windows (by using compiled GNU tools eg. Cygwin, MinGW, Git).
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \
📜 License: GNU GPL 3.0 \
@@ -13,7 +13,7 @@ Supported backup clients:
* Restic: <https://restic.net/>
* Duplicity: <https://duplicity.gitlab.io/duplicity-web/>
# Why #
# Why
We rollout our linux systems automatically. We try not to configure third systems
for backup, monitoring and other general services.
@@ -23,7 +23,3 @@ for backup, monitoring and other general services.
* No agent needed.<br><br>
* **Automatic backup of databases**: A set of database backup scripts detects exsiting locally running database services and puts a compressed dump file per database scheme to a local backup directory.<br><br>
* We want to use a **local encryption** of all data to backup.
---
See the [docs](./docs/) folder for more details.
\ No newline at end of file
Loading