cron/rsync issue

2004-07-09 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got an rsync command... rsync -av --stats --progress --partial --delete-after --bwlimit=2000 rsync://sunsite.uio.no/Mandrakelinux /export/ftp/mandrakelinux This works just fine when runfrom the command line (as user 'mwatts'). I've put it in

Re: cron/rsync issue

2004-07-09 Thread Terry Dooher
It could be a timing issue that means there's no route or server available at that time. Given the length of the command line, I'd be tempted to put it in a shell script with a connection checker: #!/bin/bash # Prod the rsync server... check=$(echo -e \n |netcat sunsite.uio.no 873); if [ $check

Re: cron/rsync issue

2004-07-09 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the pointer - I'd forgotten we use an rsync proxy and the cron environment didnt know that :) Cheers, Mark. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public

discrepancy in file count

2004-07-09 Thread Jim Salter
Rsync counts directories as files when it's creating the file list, but does not count them as files in the files transferred statistic. Example output from my backup logs, when initializing a new backup volume (rsyncing a set of data to a completely empty filesystem): [2004-07-09 03:03:37]

timeout issue

2004-07-09 Thread Sameer Kamat
Hi, I have 2 linux machines on a Gig network. What would be the reason for getting a timeout error. We have --timeout=600 in the command. The version of rsync is 2.6.2. There are no evident network problems otherwise. The command used is rsync -a --delete --timeout=600 --stats --rsh=ssh

Re: timeout issue

2004-07-09 Thread Tomasz Ciolek
is it perhaps your SSH timing out when its waiting on file lists to be built? Tomasz On Fri, Jul 09, 2004 at 01:23:26PM -0400, Sameer Kamat wrote: Hi, I have 2 linux machines on a Gig network. What would be the reason for getting a timeout error. We have --timeout=600 in the

Re: timeout issue

2004-07-09 Thread Wayne Davison
On Fri, Jul 09, 2004 at 01:23:26PM -0400, Sameer Kamat wrote: rsync -a --delete --timeout=600 --stats --rsh=ssh -p 22 /localdata/ server:/remotedata/ io timeout after 600 seconds - exiting Try changing --delete to --delete-after and see if your timeout problem either goes away or switches to

[Bug 1508] New: Using options --modify-window and --password-file cause error in rsync protocol data stream (code 12)

2004-07-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1508 Summary: Using options --modify-window and --password-file cause error in rsync protocol data stream (code 12) Product: rsync Version: 2.6.2 Platform: x86 OS/Version: Windows XP