I run 5 Source Dedicated Servers from the same Ubuntu box, and want to make it so the bans and admin lists sync across them all. The bans are stored in the banned_user.cfg
and the admins are stored in admins_simple.ini
.
I have 5 instances of the server software running in seperate folders, and want to keep these files synced across all of the folders. I tried to use a utility called FreeFileSync but it ony does one way synchronisation, and I want it to be so if I ban someone on Server 1, the list updates and syncs across to all the other servers.
However, if I ban someone on Server 3, it syncs across to all the other servers as well.
Like if they were all writing to a single banned_user.cfg
I was looking into doing a symbolic link, but it kinda confused me and the documentation was not clear.