Having read through the rsync manpage, I can't see any way for rsync to automagically transform absolute symlinks between machines, i.e
Server A
file -> /home/username/path/file
Server B
file -> /home/differentusername/path/file
Any ideas (bearing in mind that the rsync would only be run under /home/username/)?
Would this information lead to a solution?
From
man rsync
:[omitted some information regarding earlier versions of
rsync
]