There are a lot of backup solutions, many scripts based of rsync. The problem is not a lot of them encrypt your data before syncing it. I have a USB hard drive and I want to backup my user folder /home/myuser/ to the external drive. What software will allow me to create incremental backups which are encrypted with relative ease
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Why not just use full disk encryption on the disk? It'll be transparent to rsync, but your data will be encrypted. Here's how to do it. |
|||
|
Try Duply. It's commonly used over ftp but it also has a file:/// backup target scheme. |
|||
|
|