I tried creating a new git annex repo on my desktop and adding the remote but I think I got an error about both repos not having the same idea. I might be wrong.
Is it possible to init a git annex repo on my desktop using an encrypted s3 remote?
thanks
You need to clone to git repository where you initialized the special remote the first time, then
git-annex enableremote
will enable using it from the clone.I'm not sure I understand what you mean.
Do you mean that I should clone the s3 bucket with a tool like git-remote-s3? I'm not sure how to do that.
I tried downloading the whole bucket from backblaze, but since I enabled encryption on the bucket, backblaze doesn't let me download the encrypted files. I'm not sure yet if I can get those files using their api.
Just in case I didn't explain correctly what I'm trying to do, I'm trying to do something like this, on a new computer with a fresh ~/Document: