On Thu, 15 Nov 2018, Louis Kowolowski wrote:
You might be interested in looking at syncthing. Its designed to replicate things from 1 place to another. You can even set it up such that one is the "master" and it doesn't accept changes from other nodes.
Louis, I will look at synthing.
Regarding rsync: If you exclude something from 1 rsync job, and you still want it copied, you would need to create an additional job
Thought so.
The exclude option can either be inline (if its simple) or you can have a file that contains exclude lines, and you reference the file (--exclude-from).
That's what I read on the man page. Thanks, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
