From 2524a84a15ce322c72d80271e99fc607e903501b Mon Sep 17 00:00:00 2001 From: "https://dead-doomer.livejournal.com/" Date: Wed, 17 Jun 2020 01:17:25 +0000 Subject: [PATCH] Corrected the first command to match what is actually on the file system --- doc/tips/android_sync_with_adb.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips/android_sync_with_adb.mdwn b/doc/tips/android_sync_with_adb.mdwn index 2efab4f625..948d51396a 100644 --- a/doc/tips/android_sync_with_adb.mdwn +++ b/doc/tips/android_sync_with_adb.mdwn @@ -19,7 +19,7 @@ already. Then, in that repository, set up an adb special remote: - initremote android type=adb androiddirectory=/sdcard encryption=none exporttree=yes importtree=yes + git-annex initremote android type=adb androiddirectory=/sdcard encryption=none exporttree=yes importtree=yes The above example syncs with the /sdcard directory of the Android device. That can be a lot of files, so you may want a more