I'm just starting to use rsync (between Sun Solaris systems) and noticed that despite my inclusion of the --delete flag, files on the receiving system are not being deleted. The command I use is: /usr/local/bin/rsync -ulpotgrv --delete --rsync-path=/local/bin/rsync /TEST1/* s1:/TEST1 I assume that any files that are on system "s1" and not on the sending machine should be deleted. I also assume I'm not doing something right. Any suggestions? Thanks, Stan Silverman [EMAIL PROTECTED]
