git-annex/doc/devblog/day_493__two_new_special_remotes.mdwn

19 lines
798 B
Text
Raw Normal View History

2018-03-27 20:31:02 +00:00
I've been traveling and at conferences.
In the meantime, Lykos has released
[git-annex-remote-googledrive](https://github.com/Lykos153/git-annex-remote-googledrive),
a replacement for an older, unmaintained Google Drive special remote.
Today I added a special remote that stores files on an Android device
2018-03-27 20:46:46 +00:00
using `adb`. It supports `git annex export`, so the files stored on
2018-03-27 20:31:02 +00:00
the Android device can have the same filenames as in the git-annex
2018-03-27 20:46:46 +00:00
repository. I have plans for making `git annex import` support
special remotes, and other features to make bi-directional
sync with Android work well.
2018-03-27 20:31:02 +00:00
Of course, there is some overlap between that and the Android port,
but they probably serve different use cases.
Today's work was sponsored by Trenton Cronholm on
[Patreon](https://patreon.com/joeyh/)