Hi!
I just need some sanity check here.
I’m backing up my devices to Synology NAS over SFTP. Each device runs scheduled scripts to do the backup.
For offsite backup I’m using Wasabi and I normally just use duplicacy copy
for that, also in scheduled scripts on client device. But recently I realized this is not optimal as I’m essentially downloading the chunks from Synology to client device to upload them to Wasabi, so I started to consider improvements.
So I’m going to schedule something on Synology itself. What should I do? Run same duplicacy copy
or use rclone sync
? Wasabi storage has been made “bit-identical”.
I’m inclined to use rclone as it’s seems more straightforward to setup. What do I lose in functionality, apart from ability to copy only specific revisions?