How should I configure backups for this situation?
==Part 1===============
Client 1 & 2 → Server 1 (Duplicacy backups on clients to Server 1)
Client 3, 4, 5 → Server 2 (Duplicacy backups on clients to Server 2)
==Part 2===============
Server 1 ⇆ Server 2 (Duplicacy backups to each other ⇆ via Wireguard VPN.)
What is the best way to backup the client data stored on each server?
I looked at using the copy
command on the servers to try and see if that would be best for the client data, but I’m not seeing how that would be implemented. Should I forget that and just have the servers run backup
on all the client data?