diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/backups.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/backups.md b/docs/backups.md index d39a85c..e7de129 100644 --- a/docs/backups.md +++ b/docs/backups.md @@ -123,12 +123,13 @@ If so, proceed as follows with the appliance device connected in your TPC: ## Smartphone -Smartphones usually have their own way to be backed up. This is an example -based on the [android-backup][] utility: +Smartphones usually have their own way to be backed up. +The following examples uses scripts from the [utils-android][] repository: - android-backup <device-name> + android-backup-adb <device-name> # backups using adb + android-backup-mtp <device-name> <profile> # backups using MTP file transfer -[android-backup]: https://git.fluxo.info/scripts/tree/android-backup +[android-backup]: https://git.fluxo.info/utils-android/ ## Hardware rotation |
