On Sun, Mar 21, 2021 at 08:31:21PM +1300, Miles Rout wrote:
I'd just prefer that I didn't have to go and edit dozens of files on a dozen different systems.

didn't you just spend more time on writing that mail than fixing at least a dozen systems? if you're in the extraordinary situation of actually having to fix several dozen systems (i'm curious what you're doing then, btw), you can mostly automate it by running

for h in a lot of hosts here; do
 ssh $h perl -pi -e "'s/Master/Far/;s/Slave/Near/'" .mbsyncrc
done

or anything like that.


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to