diff options
author | Alex <alex@adnab.me> | 2023-08-28 08:50:57 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-08-28 08:50:57 +0000 |
commit | 170c6a2eacb6823b0e6d78bdd645a24f81b496bd (patch) | |
tree | 7cf9de42a8e720188c7e387ada22bc16144e46fe /doc/book/connect/backup.md | |
parent | 67b1457c77d930cd12f83f5cf07ec7f2376fa00c (diff) | |
parent | 7f7d85654d51d0d1c7221f1d8c1d83a024c17198 (diff) | |
download | garage-170c6a2eacb6823b0e6d78bdd645a24f81b496bd.tar.gz garage-170c6a2eacb6823b0e6d78bdd645a24f81b496bd.zip |
Merge pull request 'backup.md: Added restic-android note.' (#616) from jpds/garage:doc-restic-android into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/616
Diffstat (limited to 'doc/book/connect/backup.md')
-rw-r--r-- | doc/book/connect/backup.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/book/connect/backup.md b/doc/book/connect/backup.md index f51dda30..d20c3c96 100644 --- a/doc/book/connect/backup.md +++ b/doc/book/connect/backup.md @@ -105,6 +105,7 @@ restic restore 79766175 --target /var/lib/postgresql Restic has way more features than the ones presented here. You can discover all of them by accessing its documentation from the link below. +Files on Android devices can also be backed up with [restic-android](https://github.com/lhns/restic-android). *External links:* [Restic Documentation > Amazon S3](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#amazon-s3) |