Hacker News new | ask | show | jobs
by guyromm 3981 days ago
If you don't want to send your unencrypted data to places you do not control - use git-annex for the heavy binaries (photos, PDFs, videos, music) and just sync between your instances. Though git annex can do end-to-end encryption and upload to Dropbox/gdrive as well.

Pure Git is great for consolidating configuration as well as keeping plaintext format files in sync. Invaluable if you are an org-mode or markdown jockey.

1 comments

Yes, git-annex looks nifty and its prototypical Nomad use case on the website comes close to what I am looking for (lest the system files, executables, etc.)