Re: files deleted without --delete option

2007-05-18 Thread Paul Slootman
On Fri 18 May 2007, Charles Haven wrote: > Thank you! That's what I thought. > > Where did you pull that text? I have gone through the man page and several It's in the manpage... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting,

Re: files deleted without --delete option

2007-05-18 Thread Paul Slootman
On Fri 18 May 2007, Charles Haven wrote: > > I want to copy all files on the SRC side to the DST side without deleteing > any from the DST side. However, whenever I run rsync the files on the DST > side are deleted if they were deleted from the SRC side. What am I doing > wrong? > > I am running

files deleted without --delete option

2007-05-18 Thread Charles Haven
Hello all, I want to copy all files on the SRC side to the DST side without deleteing any from the DST side. However, whenever I run rsync the files on the DST side are deleted if they were deleted from the SRC side. What am I doing wrong? I am running the following command: ===