Data corruption check

2007-09-17 Thread Fabian Cenedese
Hi I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. As it seldom (or never) changes the mod time will always be the same. But if the content changes (bit flip, bad HD...) will rsync get this and synch it again? Would I need the -c (cr

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

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 run

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 rsyncd.co

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 th

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 s

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 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 Zem

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 minu

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 --

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 PR

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: https://bugzilla.samba.

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 -- To

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.

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