Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 14 Jan 2003 08:05:19 +0000 Message-ID: <5340-Tue14Jan2003080519+0000-starksb@ebi.ac.uk> From: David Starks-Browning MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Michael Hipp" Cc: Subject: Bugs in Rsync? In-Reply-To: <014201c2bb8b$ecd1b5d0$9700a8c0@michael> References: <014201c2bb8b$ecd1b5d0$9700a8c0 AT michael> On Monday 13 Jan 03, Michael Hipp writes: > I'm trying to use Rsync to back up this system to a remote across the > network. I'm butting my head against 2 probs: > > - When rsync is given a source of /, it absolutely refuses to descend into > /cygdrive. It's as if the -x (one fs only) is set. I think you are expecting too much of rsync to know that from /, you want it to traverse into /cygdrive/X. Try mounting C: to /c, make sure you create the directory /c to go with it first (UNIX demands this, Cygwin will just issue a warning). Rsync might descend into /c in that case (though I haven't tried it myself). Regards, David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/