diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-10 18:05:07 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-10 18:05:07 +0100 |
commit | 76d21be1b9d7fc05ca59c351f1b871f909a49dd7 (patch) | |
tree | 885d853a4c0b74d313641c29738dd3238d9f482b /doc/book/src/connect/backup.md | |
parent | 1928f59d5415481c51214e5ce29c2208678650d5 (diff) | |
download | garage-76d21be1b9d7fc05ca59c351f1b871f909a49dd7.tar.gz garage-76d21be1b9d7fc05ca59c351f1b871f909a49dd7.zip |
Add skeleton for backups, fuse and code sections
Diffstat (limited to 'doc/book/src/connect/backup.md')
-rw-r--r-- | doc/book/src/connect/backup.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/book/src/connect/backup.md b/doc/book/src/connect/backup.md new file mode 100644 index 00000000..a0af3833 --- /dev/null +++ b/doc/book/src/connect/backup.md @@ -0,0 +1,33 @@ +# Backups (restic, duplicity...) + +Backups are essential for disaster recovery but they are not trivial to manage. +Using Garage as your backup target will enable you to scale your storage as needed while ensuring high availability. + +## Borg Backup + +Borg Backup is very popular among the backup tools but it is not yet compatible with the S3 API. +We recommend using any other tool listed in this guide because they are all compatible with the S3 API. +If you still want to use Borg, you can use it with `rclone mount`. + + + +## Restic + +*External links:* [Restic Documentation > Amazon S3](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#amazon-s3) + +## Duplicity + +*External links:* [Duplicity > man](https://duplicity.gitlab.io/duplicity-web/vers8/duplicity.1.html) (scroll to "URL Format" and "A note on Amazon S3") + +## Duplicati + +*External links:* [Duplicati Documentation > Storage Providers](https://github.com/kees-z/DuplicatiDocs/blob/master/docs/05-storage-providers.md#s3-compatible) + +## knoxite + +*External links:* [Knoxite Documentation > Storage Backends](https://knoxite.com/docs/storage-backends/#amazon-s3) + +## kopia + +*External links:* [Kopia Documentation > Repositories](https://kopia.io/docs/repositories/#amazon-s3) + |