Hello, I have recordings of skype meetings with my teammates, all stored in google-drive. I can link to them just fine, but I thought it might be interesting to have git-annex manage them.
The problem is that I have to share these recordings with team mates. I therefore can't send them the hashed, and encrypted file.
For example, if I have a file at attachments/video.mkv
, I want to be able to store it on google-drive at annexed-attachments/video.mkv
. I thought that backends might hold the answer, but I don't think so anymore.
Even a point in the right direction would be appreciated.
git-annex-export
.Thank you!
I'm assuming that since rclone-special remotes aren't explicitly stated to support exporttree that I should use git-annex-remote-googledrive instead, correct?
See this issue: https://github.com/DanielDent/git-annex-remote-rclone/issues/35
That also has some discussion about git-annex-remote-googledrive seeming to not be allowed by google and how to get around that problem.