I'm looking for recommendations for a backup solution for our Infrastructure.
We have lots of old Hardware, which is not very fast but just laying around.
We have like 20 Servers for backup with 8-16GB RAM, AMD FX4300 to FX 8350 and many different HDDs, every Server has just a 1Gbit Ethernet nic.
At the Moment we are backing up ~80 linux servers with a rsync script directly to their associated backup server.
This Data is from our customers and the backups are not guaranteed, so we have no redundancy.
We like to change the whole concept and are looking for a solution like ceph with a good backup frontend.
I already installed a ceph cluster and the bareos frontend.
The problem here is, I couldn’t figure out, how to configure it to back up the servers to multiple endpoints (apparently this is not possible?).
This is a major prerequisite, because we have just 1Gbit/s everywhere. Backing up 80 servers to just one system is a bad idea.
Is there a solution where you have a backup manager, which manages all those backups, but is not a storage endpoint itself, instead telling every server wehre to back up?
The alternative solution would be, stick with the rsync scripts and use ceph as backend, but then the management would be as bad as before.