diff --git a/doc/devblog/day_493__two_new_special_remotes.mdwn b/doc/devblog/day_493__two_new_special_remotes.mdwn index 6944cac818..478450ba81 100644 --- a/doc/devblog/day_493__two_new_special_remotes.mdwn +++ b/doc/devblog/day_493__two_new_special_remotes.mdwn @@ -5,10 +5,11 @@ In the meantime, Lykos has released a replacement for an older, unmaintained Google Drive special remote. 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 -repository. I have plans for implementing a `git annex importtree` and -other features to make bi-directional sync with Android work well. +repository. I have plans for making `git annex import` support +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, but they probably serve different use cases.