rsync symlink help -
i'm trying setup rsync work symlinks.
client server: example on client machine have symlink, when sync server, syncs actual file, want.
server client: on server, if update file , sync server client, it's replacing symlink file, not want.
problem: need client symlink remain intact, , rsync update actual file on client instead.
i've been messing around options , can't right.
any ideas?
thanks.
use rsync
-l
preserve links!
Comments
Post a Comment