Re: deleting files on server side

2004-08-11 Thread Paul Slootman
On Tue 03 Aug 2004, Fabiano Reis wrote: Do someone know how can I delete files on a rsync server by using a rsync client without using SSH/RSH? rsync an empty directory to it, and use the --delete option? Doing a rsync -avz --stats --port=874 /export/home/user/* destinationhost::TEST

Re: rsync erroring out when syncing a large tree

2004-08-11 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 10, 2004 at 11:28:04AM +0100, Mark Watts wrote: rsync: connection unexpectedly closed (289336107 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) This error just means that the other side

possible suppression for output ?

2004-08-11 Thread Daniel . Bourque
Hi, Whenever i sync certain files in ( like /etc/tnsnames.ora ) from our hostA to hostB, rsync always print out /etc/ it prints out the files modified. it does that for every directory name in the path of files i update... Is there a way to suppress that output, since it is not modifying

Re: rsync to a destination 8TB problem...

2004-08-11 Thread Steve Bonds
On Tue, 10 Aug 2004, Matt Miller m.miller-at-duke.edu |Rsync List| wrote: I am trying to use a large (10TB) reiserfs filesystem as an rsync target. The filesystem is on top of lvm2 (pretty sure this doesn't matter, but just in case.) I get the following error when trying to sync a modest

Re: rsync to a destination 8TB problem...

2004-08-11 Thread Wayne Davison
On Tue, Aug 10, 2004 at 04:41:56PM -0400, Matt Miller wrote: rsync: writefd_unbuffered failed to write 4 bytes: phase unknown: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(836) As I just replied to another message on the list, this error just means that the

Re: possible suppression for output ?

2004-08-11 Thread Wayne Davison
On Wed, Aug 11, 2004 at 10:40:51AM -0500, [EMAIL PROTECTED] wrote: Is there a way to suppress that output, since it is not modifying that directory ? Ah, but it IS modifying the directory -- it is changing the timestamp to be identical with the source. There is no way to suppress this, but all

Re: possible suppression for output ?

2004-08-11 Thread Daniel . Bourque
There is something interesting though, all directories in the path are printed , even when files are not modified, here is a snippet of the actual output here the only file xfred/modified is tnsnames.ora... ++ EXECUTING: /opt/local/bin/rsync -avH

Re: possible suppression for output ?

2004-08-11 Thread Wayne Davison
On Wed, Aug 11, 2004 at 11:41:22AM -0500, [EMAIL PROTECTED] wrote: There is something interesting though, all directories in the path are printed, even when files are not modified Some OSes don't allow a directory to be set to a time in the past. If that is the case, rsync is trying to set the

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 17:24:37 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7903 Modified Files: rsync.yo rsync.1 Log Message: Make the text of the --times (-t) option more correct on what happens if it is omitted. Revisions: rsync.yo

CVS update: rsync/patches

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 17:30:44 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv10056/patches Modified Files: copy-atimes.diff Log Message: Removed fuzz. Revisions: copy-atimes.diff1.18 = 1.19

CVS update: rsync/patches

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 17:30:50 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv10179/patches Modified Files: dir-times.diff Log Message: Fixed failing hunk. Revisions: dir-times.diff 1.11 = 1.12

CVS update: rsync/patches

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 17:31:26 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv10363 Modified Files: merge-exclude-file.diff Log Message: Fixed an overflow check. Revisions: merge-exclude-file.diff 1.37 = 1.38

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 17:33:52 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10560 Modified Files: .cvsignore Log Message: Ignore new getfsdev executable. Revisions: .cvsignore 1.29 = 1.30

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 23:40:57 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2677 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.212 = 1.213 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.212r2=1.213

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 23:41:00 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2696 Modified Files: flist.c Log Message: - Set the var lastdir_depth when setting lastdir. - Call sanitize_path() with updated args. Revisions: flist.c 1.234 =

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 23:41:03 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2723 Modified Files: options.c Log Message: Call sanitize_path() with updated args. Revisions: options.c 1.174 = 1.175

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 23:41:06 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2768 Modified Files: util.c Log Message: - Call sanitize_path() with updated args. - Added count_dir_elements() function. - Changed the args for sanitize_path() so that the

CVS update: rsync/patches

2004-08-11 Thread Wayne Davison
Date: Wed Aug 11 23:55:50 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv5067/patches Modified Files: merge-exclude-file.diff Log Message: Updated to remove changes that were applied to the trunk and to use the newest sanitize_path()

CVS update: rsync/patches

2004-08-11 Thread Wayne Davison
Date: Thu Aug 12 00:04:01 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv9169/patches Modified Files: compare-dest.diff Log Message: Updated to have latest sanitize_path() calling syntax. Revisions: compare-dest.diff 1.18

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Thu Aug 12 00:52:58 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19945 Modified Files: pipe.c Log Message: Got rid of a comment that became inapplicable. Revisions: pipe.c 1.11 = 1.12

CVS update: rsync

2004-08-11 Thread Wayne Davison
Date: Thu Aug 12 01:27:26 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28467 Modified Files: NEWS Log Message: More improvements and a couple missing items. Revisions: NEWS1.203 = 1.204