From 7f7d85654d51d0d1c7221f1d8c1d83a024c17198 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 18 Aug 2023 18:02:19 +0100 Subject: [PATCH] backup.md: Added restic-android note. --- doc/book/connect/backup.md | 1 + 1 file changed, 1 insertion(+) 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)