DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #5 from [EMAIL PROTECTED] 2007-09-17 05:00 CST --- I will look tonight for that, but the rsync was builded on the same system i use the script with so it must be built with the kernel my system is running with Gr Erwin

assertion failed after too many links error

2007-09-17 Thread Paul Slootman
While using dirvish, I ran into a runaway rsync process, which was continually spewing errors after encountering a Too many links error. This was with 2.6.9. I tried it again with the latest cvs version, and now at least it doesn't endless-loop with errors, but instead gives an assertion error.

Re: Help! What is this error??

2007-09-17 Thread rsync-mail-gateway
Did you found a solution for your Problem? I have the same problem! Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=6049#6049 --

DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #6 from [EMAIL PROTECTED] 2007-09-17 09:47 CST --- You can comment out the define of HAVE_LCHMOD in config.h if configure thought you had lchmod(), but it's not really working. -- Configure bugmail:

RE: File changed during save....

2007-09-17 Thread Stephen Zemlicka
http://users.tkk.fi/~epenttil/rsync-vss/ _ Stephen Zemlicka Integrated Computer Technologies PH. 608-558-5926 E-Mail [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, September 16, 2007 5:16 PM To: [EMAIL

DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #7 from [EMAIL PROTECTED] 2007-09-17 11:07 CST --- Good point, except the relevant system call is lutimes, controlled by HAVE_LUTIMES in config.h. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email

File bit synchronization?

2007-09-17 Thread Robert Fitzpatrick
Not sure if that is the correct terminology. I have an rsync setup of files between two Windows servers using cwRsync, which uses -apv options among --progress and --delete options. One part of the backup is to transfer a MSSQL backup file and I notice that after the initial transfer taking 20

RE: File bit synchronization?

2007-09-17 Thread Stephen Zemlicka
Rsync performs delta copies. This is by far the best feature of rsync IMHO. I have many backup solutions setup for a number of clients that perform offsite synchronization of multi GB sql, exchange, etc. databases in minutes over standard DSL connections. _ Stephen

RE: File bit synchronization?

2007-09-17 Thread Stephen Zemlicka
No idea why it's not. I usually use the -v -rlt -z --delete options. You could try the -c switch. I believe that will ignore the mod time and size and skip based on the checksum only. Though I would think you need a switch that does the opposite of that. Maybe someone else has an idea.

RE: File bit synchronization?

2007-09-17 Thread Robert Fitzpatrick
On Mon, 2007-09-17 at 16:02 -0500, Stephen Zemlicka wrote: Rsync performs delta copies. This is by far the best feature of rsync IMHO. I have many backup solutions setup for a number of clients that perform offsite synchronization of multi GB sql, exchange, etc. databases in minutes over

RE: File bit synchronization?

2007-09-17 Thread Tony Abernethy
Stephen Zemlicka wrote: No idea why it's not. I usually use the -v -rlt -z --delete options. You could try the -c switch. I believe that will ignore the mod time and size and skip based on the checksum only. Though I would think you need a switch that does the opposite of that.

rsync daemon troubleshooting

2007-09-17 Thread chuang liu
Hi all: I tried to start a rsync daemon under my user name (not an administrator) on debian linux box(linux kernel 2.4.27), and failed. The command I used is rsync -v -v --daemon --config=rsyncd.conf This command returns without any error although the daemon does not get started. The

Re: rsync daemon troubleshooting

2007-09-17 Thread chuang liu
It rans after I added --port in the command line as follows: rsync -v -v --daemon --config=rsyncd.conf --port=5550 I already have port=5550 in the rsyncd.conf. It looks like I still need to add --port=5550 in the command line. Is this a known issue with rsync or do I miss anything? I am running

DO NOT REPLY [Bug 4979] New: readdir() failure results in remote deletes

2007-09-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4979 Summary: readdir() failure results in remote deletes Product: rsync Version: 3.0.0 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: major Priority: P3

CVS update: rsync/support

2007-09-17 Thread Wayne Davison
Date: Mon Sep 17 06:02:09 2007 Author: wayned Update of /data/cvs/rsync/support In directory dp.samba.org:/tmp/cvs-serv27604 Modified Files: cull_options rrsync Log Message: Improved -s and support cvs's -e30.8 version idiom. Revisions: cull_options1.10 = 1.11

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:28 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3125 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.349 = 1.350 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.349r2=1.350

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:32 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3154 Modified Files: rsync.h Log Message: - Added an xbuf type for use in the --iconv and --files-from code. - Incremented the SUBPROTOCOL_VERSION. Revisions: rsync.h

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:37 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3206 Modified Files: compat.c Log Message: - Setup the ic_ndx value here with the other FOO_ndx values. - Don't disable inc_recurse due to --no-implied-dirs. - Set

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:42 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3233 Modified Files: flist.c log.c Log Message: Make use of new iconvbufs() function. Revisions: flist.c 1.447 = 1.448

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:46 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3287 Modified Files: io.c Log Message: - Make use of new iconvbufs() function. - Convert remote --files-from filenames when -s and --iconv are active. Revisions: io.c

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:50 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3327 Modified Files: main.c Log Message: - Make use of new iconvbufs() function. - Convert protected args when -s and --iconv are active. - Simplified the splitting of args

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:11:54 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3365 Modified Files: options.c Log Message: - Improved -s support. - Handle setup_iconv() call in parse_arguments() so it gets set early. Revisions: options.c

CVS update: rsync/patches

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:16:23 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv5188 Modified Files: atimes.diff detect-renamed.diff flags.diff Log Message: Fixed failing hunks. Revisions: atimes.diff 1.117 = 1.118

CVS update: rsync

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:29:36 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9017 Modified Files: rsync.yo rsync.1 Log Message: Mention the --protect-args (-s) option and how it interacts with --iconv and --files-from. Revisions: rsync.yo

CVS update: rsync/patches

2007-09-17 Thread Wayne Davison
Date: Tue Sep 18 01:52:34 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv17997 Modified Files: acls.diff detect-renamed.diff downdate.diff ignore-case.diff link-by-hash.diff source-filter_dest-filter.diff Log Message: Fixed