<pie__>
od you guys know anything for a locally encrypted/decrypted remotely stored storage thing? basically encrypted remote backups, but i dont want the keys on the remote server
* pie__
nudges lrvick ?
<pie__>
otoh i wonder if i should just have encrypted zfs (?) on both sides and just transfer snapshots periodically.i wonder if there's such a thing as transferring undecrypted zfs sapshots
<flokli>
pie__: If it's backups, there's also borg (borgbackup.readthedocs.io). It has a mode where you jail users into a borg serve command limited to a specific path. you can set it up so that the backend doesn't have the keys to decrypt
domenkozar has joined #nixos-security
<lrvick>
pie__: look at duplicity
<lrvick>
it works like rsync, but can use most cloud storage backends as the remote sided of the command, and pgp encrypts locally before transmitting files
<lrvick>
incremental backups too
<pie__>
someone recommended me restic, i think it might be a better duplicity?