Tools and ideas for backup of many files

https://feddit.nl/post/16669415

Tools and ideas for backup of many files - feddit.nl

Hello everyone, In a day or two, I am getting a motherboard with an N100 integrated CPU as a replacement to the Raspberry Pi 4 (2 GB Model). I want to run Jellyfin, the *arr stack and Immich on it. However, I have a lot of photos and movies (in total about 400 GB) that I want to back up, just in case something happens. I have one 1TB drive to do that (which is also going to be my boot drive). How can I do that? Just copy the files? Do I need to compress them first? What tools do I need to use, and how would you do it? Thanks in advance.

Restic and Borg seem to be the current favorites, but I really like the power and flexibility of Duplicity. I like that I can push to a wide variety of back ends (I’m using the rsync), it can do synchronous or asynchronous encryptions and I like that it can do incremental with timed full backups. I don’t like that it keeps a local cache of index files.

I back up to a Pi 0 with a big local disk and rsync the whole disk to another Pi at a relative’s house over tailscale. I’ve never needed the remote, but it’s there.

I’ve had to do a single directory restore once and it was pretty easy. I was able to restore to a new directory and move only the files that I clobbered.

duplicity: Encrypted bandwidth-efficient backup