From: Wayne Davison Date: Sat, 19 Feb 2005 02:39:03 +0000 (+0000) Subject: Fixed an inaccuracy in the --archive description. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5dd97ab9999bda34833cf71e8f8c7e479d604a79 Fixed an inaccuracy in the --archive description. --- diff --git a/rsync.yo b/rsync.yo index 45515814..b14e4620 100644 --- a/rsync.yo +++ b/rsync.yo @@ -462,7 +462,7 @@ receiver are not transferred. This option can be quite slow. dit(bf(-a, --archive)) This is equivalent to bf(-rlptgoD). It is a quick way of saying you want recursion and want to preserve almost everything. The only exception to this is if bf(--files-from) was -specified, in which case bf(-d) is implied instead of bf(-r). +specified, in which case bf(-r) is not implied. Note that bf(-a) bf(does not preserve hardlinks), because finding multiply-linked files is expensive. You must separately