Wiki source code of Borg Backup

Last modified by Jonas Jelten on 2024/02/09 16:07

Hide last authors
wikibot 1.1 1 https://www.borgbackup.org/
2
Jonas Jelten 6.1 3 Borg is used for creating encrypted, compressed and deduplicated backups of your data.
wikibot 1.1 4
Jonas Jelten 6.1 5 Data is encrypted on your client and stored on our server via SSH.
wikibot 1.1 6
Jonas Jelten 6.1 7 Official documentation: [[https:~~/~~/borgbackup.readthedocs.io/en/stable/>>https://borgbackup.readthedocs.io/en/stable/]]
wikibot 1.1 8
Jonas Jelten 6.1 9 = Getting Storage Space =
Xhulia Jasimi 3.1 10
Jonas Jelten 6.3 11 Write to [[support@ito.cit.tum.de>>mailto:support@ito.cit.tum.de]] including the following infos:
wikibot 1.1 12
Jonas Jelten 6.3 13 * Name of the backup repository (your device name, project name, ...)
Jonas Jelten 6.1 14 * Amount of storage space
15 * Your SSH public key used for accessing the repo
wikibot 1.1 16
Jonas Jelten 6.1 17 = Access =
wikibot 1.1 18
Jonas Jelten 6.1 19 URL for the ITO Borg Backup service:
20
Thomas Walter Erbesdobler 4.1 21 {{code language="none"}}
Jonas Jelten 6.1 22 borg@borgbackup.cit.tum.de:name-of-your-repository
wikibot 1.1 23 {{/code}}
24
Jonas Jelten 6.1 25 There's multiple clients that can store data in a borg repo:
wikibot 1.1 26
Jonas Jelten 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