diff options
author | Rune Henriksen <contact@henriksen.dk> | 2022-03-20 19:25:22 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-03-21 11:58:19 +0100 |
commit | 71e6645e09e9506099ab9058498b26e1802020e7 (patch) | |
tree | 1fbc43de807b89c0d9c50d9073c404c86848a596 /doc/book/connect/backup.md | |
parent | 15da2156f6d34df3b031662b0fb7487bfd1b2181 (diff) | |
download | garage-71e6645e09e9506099ab9058498b26e1802020e7.tar.gz garage-71e6645e09e9506099ab9058498b26e1802020e7.zip |
add short tutorial for duplicati usage with garage
Diffstat (limited to 'doc/book/connect/backup.md')
-rw-r--r-- | doc/book/connect/backup.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/book/connect/backup.md b/doc/book/connect/backup.md index 9fa72964..bb71dd68 100644 --- a/doc/book/connect/backup.md +++ b/doc/book/connect/backup.md @@ -25,7 +25,22 @@ If you still want to use Borg, you can use it with `rclone mount`. ## Duplicati -*External links:* [Duplicati Documentation > Storage Providers](https://github.com/kees-z/DuplicatiDocs/blob/master/docs/05-storage-providers.md#user-content-s3-compatible) +*External links:* [Duplicati Documentation > Storage Providers](https://duplicati.readthedocs.io/en/latest/05-storage-providers/#s3-compatible) + +The following fields need to be specified: +``` +Storage Type: S3 Compatible +Use SSL: [ ] # Only if you have SSL +Server: Custom server url (s3.garage.localhost:3900) +Bucket name: bucket-name +Bucket create region: Custom region value (garage) # Or as you've specified in garage.toml +AWS Access ID: Key ID from "garage key info key-name" +AWS Access Key: Secret key from "garage key info key-name" +Client Library to use: Minio SDK +``` + +Click `Test connection` and then no when asked `The bucket name should start with your username, prepend automatically?`. Then it should say `Connection worked!`. + ## knoxite |