|
|
|
|
|
by qyckudnefDi5
690 days ago
|
|
I know there are specialized backup tools like restic or borg, but I like to keep things simple. Is using age like this to encrypt my files before uploading them to untrusted cloud storage not ok? tar > age > cloud Some comments mention signing with minisign. Should I be doing that like this: tar > age > minisign > cloud |
|
That said, I don't see anything strictly _wrong_ with your approach.