Konubinix' opinionated web of thoughts

Git Annex Local Remote Does Not Work With Ecryptfs

Fleeting

git annex local remote does not work with ecryptfs

git annex copy --to somelocalremote somefile

Apparently, ecryptfs does not like the --reflink=always that git-annex uses as argument of cp.

Prefixing the remote with localhost: makes it use ssh. is is much slower but is ok with my use cases.