Hi,
I just installed rsync for Solaris (from source, using default configure
options). When I ran rsync for a directory that already existed on both
machines, it appeared to update permissions, etc. successfully. I'm unable
to get it to add files that exist in the source but not the destination. It
appeared to be an option to turn off adding files on the remote side, but it
looks like the default behavior is to add files as needed. I'm doing an
rsync -a -v -e ssh --delete --rsync-path=/usr/local/bin/rsync src dest
I must be missing something pretty straightforward here, but I'm not sure
what...
Kevin