Wiki source code of Borg Backup
Last modified by Jonas Jelten on 2024/02/09 16:07
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | https://www.borgbackup.org/ |
2 | |||
![]() |
6.1 | 3 | Borg is used for creating encrypted, compressed and deduplicated backups of your data. |
![]() |
1.1 | 4 | |
![]() |
6.1 | 5 | Data is encrypted on your client and stored on our server via SSH. |
![]() |
1.1 | 6 | |
![]() |
6.1 | 7 | Official documentation: [[https:~~/~~/borgbackup.readthedocs.io/en/stable/>>https://borgbackup.readthedocs.io/en/stable/]] |
![]() |
1.1 | 8 | |
![]() |
6.1 | 9 | = Getting Storage Space = |
![]() |
3.1 | 10 | |
![]() |
6.3 | 11 | Write to [[support@ito.cit.tum.de>>mailto:support@ito.cit.tum.de]] including the following infos: |
![]() |
1.1 | 12 | |
![]() |
6.3 | 13 | * Name of the backup repository (your device name, project name, ...) |
![]() |
6.1 | 14 | * Amount of storage space |
15 | * Your SSH public key used for accessing the repo | ||
![]() |
1.1 | 16 | |
![]() |
6.1 | 17 | = Access = |
![]() |
1.1 | 18 | |
![]() |
6.1 | 19 | URL for the ITO Borg Backup service: |
20 | |||
![]() |
4.1 | 21 | {{code language="none"}} |
![]() |
6.1 | 22 | borg@borgbackup.cit.tum.de:name-of-your-repository |
![]() |
1.1 | 23 | {{/code}} |
24 | |||
![]() |
6.1 | 25 | There's multiple clients that can store data in a borg repo: |
![]() |
1.1 | 26 | |
![]() |
6.1 | 27 | * [[Borg>>https://www.borgbackup.org/]] itself |
28 | * GUI clients | ||
29 | ** [[Vorta>>https://vorta.borgbase.com/]] | ||
30 | ** [[Pika>>https://apps.gnome.org/app/org.gnome.World.PikaBackup/]] | ||
31 | * Command line | ||
32 | ** [[Borgmatic>>https://torsion.org/borgmatic/]] supports automated backups, incl database dumps | ||
33 | ** [[sftbackup>>https://github.com/SFTtech/sftbackup]] for automated periodic backups with btrfs snapshot support |