logoalt Hacker News

mohamedkoubaayesterday at 1:22 PM1 replyview on HN

I want a way to backup my data fully encrypted somewhere and have custody of the keys - but importantly, the data should all be decrypted locally where all my apps can use the data without any network


Replies

chasd00yesterday at 1:26 PM

tar -czf - /path/to/folder | gpg -c -o folder.tar.gz.gpg then scp/POST that somewhere /s..kinda