diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-08-18 18:02:19 +0100 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-08-18 18:02:19 +0100 |
commit | 7f7d85654d51d0d1c7221f1d8c1d83a024c17198 (patch) | |
tree | 7cf9de42a8e720188c7e387ada22bc16144e46fe /doc/book/connect | |
parent | 67b1457c77d930cd12f83f5cf07ec7f2376fa00c (diff) | |
download | garage-7f7d85654d51d0d1c7221f1d8c1d83a024c17198.tar.gz garage-7f7d85654d51d0d1c7221f1d8c1d83a024c17198.zip |
backup.md: Added restic-android note.
Diffstat (limited to 'doc/book/connect')
-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) |