adb: Added ignorefinderror configuration parameter
On a phone with Calyxos, adb find in /sdcard complains: find: ./Android/data/com.android.providers.downloads.ui: Permission denied But otherwise works, so this option makes import and export work ok, except for that one app's data. Sponsored-by: Graham Spencer
This commit is contained in:
parent
00a917d2d2
commit
525473aa5a
3 changed files with 24 additions and 7 deletions
|
@ -32,6 +32,10 @@ the adb remote.
|
|||
by [[git-annex-import]]. When set in combination with exporttree,
|
||||
this lets files be imported from it, and changes exported back to it.
|
||||
|
||||
* `ignorefinderror` - Set to "yes" to ignore errors when running "adb find"
|
||||
on the Android device. This can be useful eg, if some subdirectories are
|
||||
not readable, to let it import the other things that are readable.
|
||||
|
||||
* `encryption` - One of "none", "hybrid", "shared", or "pubkey".
|
||||
See [[encryption]].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue