This commit is contained in:
Joey Hess 2018-03-27 16:46:46 -04:00
parent bb91aef7fa
commit bc90c71b54
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,10 +5,11 @@ In the meantime, Lykos has released
a replacement for an older, unmaintained Google Drive special remote. a replacement for an older, unmaintained Google Drive special remote.
Today I added a special remote that stores files on an Android device Today I added a special remote that stores files on an Android device
using `adb`. It supports `git annex exporttree`, so the files stored on using `adb`. It supports `git annex export`, so the files stored on
the Android device can have the same filenames as in the git-annex the Android device can have the same filenames as in the git-annex
repository. I have plans for implementing a `git annex importtree` and repository. I have plans for making `git annex import` support
other features to make bi-directional sync with Android work well. special remotes, and other features to make bi-directional
sync with Android work well.
Of course, there is some overlap between that and the Android port, Of course, there is some overlap between that and the Android port,
but they probably serve different use cases. but they probably serve different use cases.