
https://bugzilla.novell.com/show_bug.cgi?id=487591 Summary: rsync man page confusion about --delete default behaviour Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i686 OS/Version: openSUSE 11.1 Status: NEW Severity: Minor Priority: P5 - None Component: Documentation AssignedTo: ke@novell.com ReportedBy: tschaefer@t-online.de QAContact: ke@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7 the option --delete has changed the behaviour rsync --help tells it correctly --delete-during receiver deletes during transfer (default) But the manpage says: --delete-before receiver deletes before transfer (default) Some lines later it is correct again: Some options require rsync to know the full file list, so these options disable the incremental recursion mode. These include: --delete-before, --delete-after, --prune-empty-dirs, and --delay-updates. Because of this, the default delete mode when you specify --delete is now --delete-during when both ends of the connection are at least 3.0.0 (use --del or --delete-during to request this improved deletion mode explicitly). See also the --delete-delay option that is a better choice than using --delete-after. Reproducible: Always Steps to Reproduce: rsync --help man rsync -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.