This problem has persisted for as long as I've used rsync. When
the --delete option is used, not all files are deleted from the
target, even though said files are not present in the source.
The particular cases that cause this are when the target has a
directory with files, and the source is some
On Sat, Jan 26, 2002 at 05:40:36PM +0100, Peter Breitenlohner wrote:
| 2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails.
| The complete log from configure and make is attached.
...
| gcc -I. -I../rsync-2.5.2 -O2 -DHAVE_CONFIG_H -Wall -W -c ../rsync-2.5.2/rsync.c -o
|rsyn
Hi,
1. "make install-strip" (in rsync-2.5.x) tries to strip the manpages and
thus fails; attached is a patch fixing the Makefile logic (and
also adding DESTDIR -- convenient for package-building or test-installing).
2. I just fetched rsync-2.5.2 but the build (on i686-linux) badly fails.
The com