Some background of my previous setup:
- All home computers backup/one way sync to my Synology NAS (~3TB, mix of small and big files)
- The NAS also stores my static media files (~18TB, mostly large files)
- One headless Windows Server backs up and encrypts all files stored on the NAS (via network drive) to CrashPlan
The issue with this is CrashPlan, it just doesn’t want to work half the time and the support sucks. Crashplan used to be good, but ever since they moved to the Small Business model the software just won’t work without constant re-installs and re-configuring.
Future plan #1 - All Duplicacy:
- Same steps 1 - 3 from first setup
- Use Duplicacy to backup and encrypt all files to Google Drive (I already have unlimited storage there)
This seems like the most simple option but I am worried about being unable to recover single files from a large backup. If I did it this way I could create multiple backup sets but it would still take a while since each set would range from 2-10TB.
Future plan #2 - Duplicacy for computer backups, Rclone for media backups:
- Same steps 1 - 3 from first setup
- Use Duplicacy to backup and encrypt all files from step 1 (mixture of files ~3TB, multiple sources)
- Use Rclone to backup all files from step 2 (relatively static media files, ~18TB)
This sounds like the most ideal option, but is a little more complex to setup. If I use Rclone for the large backup set I can recover a single file individually if necessary. In addition, I don’t need multiple versions or de-duplication for my media files.
I want to go with future plan #1 but I have a feeling I’ll need to do #2. I was just curious what other people do for large media file backups.