I have a global rsnapshot config file for all machines that we backup. The global file has
ssh_args -p 123
The machine specific files include the global config file and tries to override the port:
include_conf /etc/rsnapshot-common.conf
ssh_args -p 456
This does not work, I get the error:
global ssh_args can only be set once, but is already set. Perhaps you wanted to use a per-backup-point ssh_args instead.
So it knows what I want to do, but it doesn't tell me how to do it! The man page doesn't mention any way of doing this either. How do I change the port after its been set globally?