- SOBR repository constisting of
- Performance Tier: local disk
- Capacity Tier: Wasabi S3
- Backup Job (VMs, and a few agent jobs) backing up to the SOBR nightly from Monday-Saturday
- Backup Copy Job, copying from the SOBR to rotated USB drives
- The initial backup size was about 700GiB.
- Unfortunately, the internet connection is only 8Mbit (symmetric). It is not possible to sync to Wasabi during the day as this fills up the upstream and makes the internet connection so slow and unreliable, that work is not possible anymore.
- Therefore, it is only possible to upload about 29GiB nightly
- Also, new backup data is about 25-35 GiB daily.
- Only on Sundays, when there is no backup taken and when it is possible to upload the whole day, it is possible to upload more data than new data is created. We manage to catch up ~30-50 GiB every week.
The question is: How can I speed this up?
I thoght about creating an additional "normal" local repository and setting it as destination for all backup jobs. Then, the SOBR repo will not grow anymore. Once the SOBR is fully synced to S3, I change the destination for all backup jobs back to the SOBR. Of course, the next backup will increase the size of the SOBR repo more than the usual 25-35 GiB - but hopefully not 700 GiB.
If neccessary, repeat (I hope not...)
Is this possible? Is it reasonable?