Hacker News new | ask | show | jobs
by johntash 1337 days ago
Are you running git outside of the encrypted container? Or are you running it inside (versioning decrypted files)?

If you are doing the former, I used to use git-annex[1] for a similar purpose and liked it to keep track of where the encrypted versions of files are stored.

[1]: https://git-annex.branchable.com/

1 comments

Outside, I’m versioning blob or encrypted data. I’m doing that for my password ( using the awesome “pass” cli ) And some pdf with PPI. Picture are backup non encrypted so It’s around 100mo since years. Checking… Less; 78mo.

But git annex look nifty! The use case is large file? Correct ?