Opened 9 years ago
Last modified 14 months ago
#50770 new enhancement
In rsync_options, use --delete-delay instead of --delete-after
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: |
Description
MacPorts base currently sets rsync_options "-rtzv --delete-after"
in ./src/macports1.0/macports.tcl. --delete-delay
is more efficient than --delete-after
. We should test if the version of rsync in all versions of OS X MacPorts runs on supports using --delete-delay
, and if so, use this instead.
Note: See
TracTickets for help on using
tickets.
Apple's rsync doesn't appear to support this option even on Ventura.