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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -