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