Re: exclude confusion: what does it match against?

2004-03-30 Thread Francis Montagnac
> Remember - we are talking about the transfer root, not the filesystem > root or partition root. Yes. > The source transfer root is the source path with any trailing node > removed up to the last slash. I see, but as soon as you have more than one source argument to rsync, except when using --

How to RSYNC from eth1 on PDC-SRV to eth1 on BDC-SRV?

2004-03-30 Thread Travis L. Bean
I currently have my /home directory kept in sync between my primary and backup domain controllers by using rsync --archive --checksum --update --delete pdc-srv:/home/ bdc-srv:/home/. I noticed that when this command is invoked, it tends to suck up the available bandwith to eth0 during the dura

Re: exclude confusion: what does it match against?

2004-03-30 Thread John Van Essen
On Tue, 30 Mar 2004, Francis Montagnac <[EMAIL PROTECTED]> wrote: > >> Example cmd: rsync -a --relative /home/me /dest >> Source root: /home > > I think it's instead: > > Source root: / > > Am i wrong? Remember - we are talking about the transfer root, not the filesystem root or partition root

Re: File that "vanish"es between readdir and stat is not IO error

2004-03-30 Thread John Van Essen
On Tue, 30 Mar 2004, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Jan 19, 2004 at 03:21:16AM -0600, John Van Essen wrote: >> In make_file(), when readlink_stat() fails, if error is NOENT >> then perhaps do the same that that send_files() now does and >> report as vanished and set IOERR_VANISH

Re: --from-files broken with remote sources

2004-03-30 Thread Andrew Pimlott
On Mon, Mar 29, 2004 at 03:45:18PM -0800, Wayne Davison wrote: > On Mon, Mar 29, 2004 at 03:51:18PM -0500, Andrew Pimlott wrote: > > rsync -v --files-from files [EMAIL PROTECTED]: . > > and got an error from the remote rsync. > > You can work around the problem by specifying a directory after

Re: earliest use of rsync?

2004-03-30 Thread Hans Eric Sandström
Rsync is a rather new Unix/Internet application. You might want' to look at the BSD tools that predates it. Like rcp and rdist. /Hans Eric - Original Message - From: "raghu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 2:01 AM Subject: earliest use of rsync?

system crash while rsyncing stuff

2004-03-30 Thread Tomasz Bury
Hello, I had a several system crashes (due to boken hardware) but it resulted of a serious problem: rsync-ed files had a new date/size but the old content. I think it was because the machine has lost all data from in-memory file bufes before sync-ing it to HDD-s. Anyway, subsequent passes of r

Re: --delete with fantasy

2004-03-30 Thread Paul Slootman
On Mon 29 Mar 2004, Marcus Müller wrote: > > I got two directories, one on a linux file server and at another location a > folder on a windows 2k file server which I want to synchronize over a ssh > internet connection. The problem is that both are working directories and > hence, in both director

Re: File that "vanish"es between readdir and stat is not IO error

2004-03-30 Thread Wayne Davison
On Mon, Jan 19, 2004 at 03:21:16AM -0600, John Van Essen wrote: > In make_file(), when readlink_stat() fails, if error is NOENT > then perhaps do the same that that send_files() now does and > report as vanished and set IOERR_VANISHED? Appended is a first-cut of a patch to implement this. I'm con

Re: Issue with rsync 2.6.1-pre1 on AIX

2004-03-30 Thread Pontus Skoeld
Wayne Davison <[EMAIL PROTECTED]> writes: > I don't want to arbitrarily dump support for mainstream platforms that > are currently supported. I.e. we need to continue to support the major > flavors of Unix, Linux, Cygwin, OS X, etc. I haven't checked to see > what systems would be adversely affe