On Tue, Mar 29, 2005 at 06:39:50PM +0200, Alejandro Feij?o wrote:
> AFTER (cd /BACKUP and rsync -av --compare-dest=../FULL/ CLIENT:/
> monday/)

The --compare-dest directory is relative to the destination, so since
FULL is not in the parent dir of "monday", "../FULL" is not the right
way to refer to it.  You should use --compare-dest=../../FULL instead
(or just --compare-dest=/FULL, if appropriate).

..wayne..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to