exporttree support for adb special remote
This commit was sponsored by Michael Magin.
This commit is contained in:
parent
2927618d35
commit
ae75eb06bc
4 changed files with 92 additions and 28 deletions
|
@ -3,6 +3,14 @@ This special remote stores files on an Android device.
|
|||
The `adb` program is used to access the Android device, which
|
||||
allows connecting to it in various ways like a USB cable or wifi.
|
||||
|
||||
## example
|
||||
|
||||
To make git-annex store files in the /sdcard/annex directory
|
||||
on the Android device, and export the current master tree to it:
|
||||
|
||||
git annex initremote android type=adb androiddirectory=/sdcard/annex encryption=none exporttree=yes
|
||||
git annex export master --to android
|
||||
|
||||
## configuration
|
||||
|
||||
A number of parameters can be passed to `git annex initremote` to configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue