Skip to content
Snippets Groups Projects
Select Git revision
  • 3235495540b871694eb4f2e83ac295b15390db55
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

iml-backup

  • Clone with SSH
  • Clone with HTTPS
  • Hahn Axel (hahn)'s avatar
    Hahn Axel (hahn) authored
    undo RESTIC_READ_CONCURRENCY
    
    See merge request !119
    32354955
    History

    IML BACKUP

    Backup scripts using Restic (or Duplicity).

    Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.

    📄 Source: https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/
    📜 License: GNU GPL 3.0
    📖 Docs: https://os-docs.iml.unibe.ch/iml-backup/

    Supported backup clients:

    Why

    We rollout our linux systems automatically. We try not to configure third systems for backup, monitoring and other general services.

    • No central backup server: We don't want to configure a backup set on a "central backup server" for each new node. Each new node pushes its own backup data to a given backup target.

    • We want to push data from a private network to target; a central backup server would not reach some clients without sattelite systems.

    • No agent needed.

    • 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.

    • We want to use a local encryption of all data to backup.

    See the docs folder for more details.