Poker has the same vibe. You need to consistently made good decisions, even in the face of adversity, with the hope that the long run is long enough for those decisions to pay off.
Yes. Very crypt as adhoc encrypted folders
I then move them around and versions them with git ( the version is not incremental, I just know if it’s the same hash .. )
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.
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 ?
That's what their website says, however I had a play and created a file and logged in and out and the file persisted as did my ability to look at the /onion directory via Tor after the ssh session was stopped.
It does shutdown when you log out, the only persisted data in on /sec and /everyone
Your home directory is in /sec/root.
If you install tools outside of /sec/usr they will be reset on your next visit. So if you want to install something that survives a session log out you need to install to /sec/usr
I read somewhere on their site or in GitHub that files in the home directory are encrypted when you disconnect and when you connect again the encrypted file is restored and so you have files back. If you were to install a program with apt however when you log in again that will be gone.