Re: rsync or other tool

2007-01-29 Thread Stuart Halliday
with total size of 4MB. My problem is that even with this short file list and such small sized files, system leads to OUT OF MEMORY error within 2 hours killing my application and many other applications! Is there any solution? Should I look for some other tool which is equivalent for rsync

rsync: mkstemp /20070129_1012/.status.csv.IWS933 (in test) failed: No such file or directory (2)

2007-01-29 Thread Shai
Hi, --- + rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873 fileserver::test/20070129_1012/status.csv building file list ... done status.csv rsync: mkstemp /20070129_1012/.status.csv.IWS933 (in test) failed: No such file or directory (2) sent 347 bytes received 38 bytes

Question on --backup --backup-dir Switches For Incremental Backs

2007-01-29 Thread Blake Carver
I current do some rsync backups with a command like so every day rsync -az -e ssh --stats --delete --exclude stuff / [EMAIL PROTECTED]:/home/user/ What I want to do is have some incremental backups in there in subdirectories. So, for example, something like this on the remote server

Re: using rsync 3.0.0 CVS version

2007-01-29 Thread Shai
Sweet! I'll test it soon! On 1/27/07, Wayne Davison [EMAIL PROTECTED] wrote: On Sun, Jan 21, 2007 at 08:43:56AM +0200, Shai wrote: When I start the rsync, either with the rsync protocol or rsh, i found that it'll start doing the rsync and just halt after a few hundred MBs or even up to a

Re: Question on --backup --backup-dir Switches For Incremental Backs

2007-01-29 Thread Paul Slootman
On Mon 29 Jan 2007, Blake Carver wrote: I current do some rsync backups with a command like so every day rsync -az -e ssh --stats --delete --exclude stuff / [EMAIL PROTECTED]:/home/user/ What I want to do is have some incremental backups in there in subdirectories. So, for example,

Re: using rsync 3.0.0 CVS version

2007-01-29 Thread Paul Slootman
On Sat 27 Jan 2007, Wayne Davison wrote: I had not encountered this hang until today. The backtrace implicated a problem in the wait_for_receiver() routine, and I figured out that every now and then the io_flush() call could end up reading the last available message from the receiver, giving

Re: using rsync 3.0.0 CVS version

2007-01-29 Thread Wayne Davison
On Mon, Jan 29, 2007 at 06:33:19PM +0100, Paul Slootman wrote: Just now, with various straces running, the sending process got to: The important process in the generator, since it controls all the work. (It is the first process on the receiving side, and forks the receiver). Attaching to the

Re: Question on --backup --backup-dir Switches For Incremental Backs

2007-01-29 Thread Wayne Davison
On Mon, Jan 29, 2007 at 10:34:39AM -0500, Blake Carver wrote: I thought the --backup --backup-dir Switches were used to store just the files that had changed in seperate directories, am I wrong on that? It stores the old files that are being updated or deleted, moving (or copying) them before

Re: problem with the delete option

2007-01-29 Thread Manuel Kissoyan
Hi Wayne, any idea what more i could do to know what is going on? Thanx in advance! - Original Message - From: Manuel Kissoyan [EMAIL PROTECTED] To: Wayne Davison [EMAIL PROTECTED] Cc: rsync list rsync@lists.samba.org Sent: Saturday, January 27, 2007 2:32 PM Subject: Re: problem

Re: Timeout, server not responding

2007-01-29 Thread Matt McCutchen
On 1/29/07, Alexandros Papadopoulos [EMAIL PROTECTED] wrote: Wait a minute, can one use ssh at the transport and still connect to an rsync daemon module? Yes indeed! Rsync logs into the remote machine and executes a remote rsync process as in plain rsync over SSH, except it tells the remote

Re: Cannot preserve uids and gids with AIX 5.3 w/rsync 2.6.2

2007-01-29 Thread Jeff Mundine
On Mon, 2007-01-29 at 17:13 -0800, Wayne Davison wrote: On Mon, Jan 29, 2007 at 05:49:23PM -0600, Jeff Mundine wrote: Trying to get an AIX (5.3) to run rsync 2.6.2 as a daemon For any process to be able to affect a file's ownership, it must be running as root. The default daemon config

Re: using rsync 3.0.0 CVS version

2007-01-29 Thread Wayne Davison
On Mon, Jan 29, 2007 at 06:33:19PM +0100, Paul Slootman wrote: Unfortunately the current CVS version (updated a couple of hours ago) still hangs :( I found another potential hang scenario that could happen if the generator was having to wait for a new file list to arrive, but failed to tell the

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:37:47 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4869 Modified Files: OLDNEWS Log Message: Improved a sentence. Revisions: OLDNEWS 1.38 = 1.39

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:57:42 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10872 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.328 = 1.329 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.328r2=1.329

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:57:45 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10892 Modified Files: flist.c Log Message: Changed how send_extra_file_list() checks if we have enough future work. Revisions: flist.c 1.389 = 1.390

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:57:48 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10911 Modified Files: generator.c Log Message: Moved the code that checks for finished file-lists, for finished redo sends, and finished hard-links into

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:57:52 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10929 Modified Files: io.c Log Message: - Renamed done_cnt - msgdone_cnt. - Changed increment_active_files() to call check_for_finished_files() and to avoid calling both

CVS update: rsync

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 03:57:55 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10945 Modified Files: rsync.c Log Message: The code can now set cur_flist to NULL sooner than it used to, so the flist_for_ndx() routine needs to work when cur_flist is

CVS update: rsync/patches

2007-01-29 Thread Wayne Davison
Date: Tue Jan 30 04:07:41 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv16332 Modified Files: detect-renamed.diff Log Message: Fixed failing hunks. Revisions: detect-renamed.diff 1.20 = 1.21