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.

I prefer restic for my backups. There’s nothing inherently wrong with just making a copy if that is sufficient for you though. Restic will create small point in time snapshots as compared to just a file copy so I’m the event that perhaps you made a mistake and accidentally deleted something from the “live” copy and managed to propagate that to your backup it is a nonissue as you could simply restore from a previous snapshot.

These snapshots can also be compressed and deduplicated making them extremely space efficient.