RE: --exclude not working?

2003-03-24 Thread Al-Abdulhadi, Bashar
got the solution for it. just FYI you don't need to put the full path just --exclude=/some/dir/file Bashar AlAbdulhadi (KBM) E&D UNIX System Support Team (SUN) IT Department, Kuwait Oil Company [EMAIL PROTECTED] +965-3989111 x71288 -Original Message- From: Al-Abdulhadi, Bashar Sent:

Re: x>>32 warning in io.c

2003-03-24 Thread jw schultz
On Mon, Mar 24, 2003 at 06:47:33PM -0800, Steve Mor Moritsugu wrote: > >I've attached a patch. I can't really test it but give >it a > >try and let us know. > > Yes the patch worked fine. make is now clean. no errrors in io.c. The new binary > rsync still works well. > > Thank you very much for

--exclude not working?

2003-03-24 Thread Al-Abdulhadi, Bashar
Hello, am using the following flags for my rsync line rsync --exclude=/path/to/a/file -av /some/dir /some/other/dir and every time it sync the file is copied, any idea why? or am using the wrong expression? Bashar AlAbdulhadi (KBM) E&D UNIX System Support Team (SUN) IT Department, Kuwa

Re: Rsync snapshots problem.

2003-03-24 Thread Warren Mannington
- Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 3:43 PM Subject: Re: Rsync snapshots problem. > On Tue, Mar 25, 2003 at 03:30:09PM +1200, Warren Mannington wrote: > > Hello > > > > I probably didn't provide enough details

Re: Rsync snapshots problem.

2003-03-24 Thread jw schultz
On Tue, Mar 25, 2003 at 03:30:09PM +1200, Warren Mannington wrote: > Hello > > I probably didn't provide enough details before. > > The problem is that rsync will delete files from the backup that exist on the > mounted samba source. > (the files it deletes seem somewhat random, sometimes just

Re: Rsync snapshots problem.

2003-03-24 Thread Warren Mannington
Hello I probably didn't provide enough details before. The problem is that rsync will delete files from the backup that exist on the mounted samba source. (the files it deletes seem somewhat random, sometimes just one or two files are deleted, other times a whole directory is taken out). If r

Re: Update issue

2003-03-24 Thread 'jw schultz'
On Mon, Mar 24, 2003 at 02:29:45PM -0500, [EMAIL PROTECTED] wrote: > Sorry I did not put in the command earlier. Here is the command I used for > the first and second run > > Rsync --verbose --stats --recursive 192.168.1.1::home /usr/home/fileserver/ Take a peek at the manpage. In particular lo

RE: Update issue

2003-03-24 Thread rsync
Sorry I did not put in the command earlier. Here is the command I used for the first and second run Rsync --verbose --stats --recursive 192.168.1.1::home /usr/home/fileserver/ Though the second time long less time than the first time (ran for3 days) it still took over 4 hours. I need to run it

Re: Update issue

2003-03-24 Thread jw schultz
On Mon, Mar 24, 2003 at 12:42:10PM -0500, [EMAIL PROTECTED] wrote: > I have ran rsync once and replicated 25 gigs of data. Now when I run rsync > again it goes through all the files again. I thought it was only suppose to > get new or changes files. Is there a special switch that I am suppose to >

Re: Modified --files-from patch

2003-03-24 Thread jw schultz
On Mon, Mar 24, 2003 at 09:00:33AM -0800, Wayne Davison wrote: > On Mon, Mar 24, 2003 at 02:45:33PM +0100, Paul Slootman wrote: > > Does this patch transfer the files in the order given? > > No, at least not at the moment. I suppose that if -r wasn't specified > that the code could avoid the sort

Update issue

2003-03-24 Thread rsync
I have ran rsync once and replicated 25 gigs of data. Now when I run rsync again it goes through all the files again. I thought it was only suppose to get new or changes files. Is there a special switch that I am suppose to use? Thanks SKP -- To unsubscribe or change options: http:/

Re: Modified --files-from patch

2003-03-24 Thread Wayne Davison
On Mon, Mar 24, 2003 at 02:45:33PM +0100, Paul Slootman wrote: > Does this patch transfer the files in the order given? No, at least not at the moment. I suppose that if -r wasn't specified that the code could avoid the sort for both the --files-from mode and the normal mode where files are speci

BUG: read: Invalid argument

2003-03-24 Thread John Kozak
To answer my own question, I'm seem to be getting this behaviour because I was running the cygwin rsync command under cmd.exe, not cygwin's own shell. This works from cmd.exe: echo rsync -vv -essh -ac --delete [EMAIL PROTECTED]:/usr/local/cvs /cygdrive/c/cvs-bup/rsync | bash --login The bas

Help with adjusting rsync (win32) script?

2003-03-24 Thread Alan Murrell
Hello, Previous to my taking over as SysAdmin, the previous one had written a script called 'sync.bat' wich used rsync to backup the websites on our webservers to a secondary server, whose directory was mounted on the 'z:' drive. A sample from the script looks like this: cd c:\websites\0 for /D

Multiple source synchronizing to one unique destination

2003-03-24 Thread Martial Millioud
Hello, I am wondering if there's a Rsync guru, that can just simply tell me if the following thing is feasible with rsync 2.5.6. I have 2 rsync source servers configured as daemonand I would like both of them to synchronize to a unique destination. Fact is that when I do a synchronization o

Re: Modified --files-from patch

2003-03-24 Thread Paul Slootman
One question: Does this patch transfer the files in the order given? There's a bug report on the debian version about the fact that rsync doesn't transfer the files in the given order, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=160982 I had already added a note that depending on rsync n

rsync --move-files patch

2003-03-24 Thread Thomas Jarosch
Hi! I've been looking for a solution to periodically pull files from a server and delete them after a successful download. rsync + the --move-files patch seems to be the perfect solution for it as I can run it through ssh. I've found the following download location in the mail archive: http://w

multi-threaded rsync with gzip file

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options:

RE: rsync Digest, Vol 3, Issue 23

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options:

multi-threaded rsync for a single gzip file

2003-03-24 Thread Leaw, Chern Jian
Hi, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change opt

rsync with multiple threads for transferring huge file

2003-03-24 Thread Leaw, Chern Jian
HI, I'm transferring a huge gzip file approximately 6GB over the WAN. I was wondering if there is a way which I can initiate a multi-threaded(multi-connection) rsync for transferring one gzip file? Could someone kindly show me how it should be done? Thanks. -- To unsubscribe or change options: h