Re: rsync Corrupted MAC on input.

2006-02-03 Thread Gary P
- Original Message - From: "Bob Hutchinson" <[EMAIL PROTECTED]> To: Sent: Friday, February 03, 2006 2:11 PM Subject: Re: rsync Corrupted MAC on input. On Friday 03 Feb 2006 19:56, Gary P wrote: I am doing a large and long transfer and twice now i have gotten this error killing the

How many rsync over ssh simultaneous backups?

2006-02-03 Thread Gian G. Spicuzza
Hello, I am trying to estimate the number of users I can hold on my rsync backup server if all users are connecting at about the same time. I am using rsync over ssh with 256bit-aes encryption. Here are my average server specs (from least powerful to most powerful): 2.8GHz P4 1GB Ram 1

DO NOT REPLY [Bug 3304] on --delay-updates remove .~tmp~ recursively

2006-02-03 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3304 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Re: rsync Corrupted MAC on input.

2006-02-03 Thread Bob Hutchinson
On Friday 03 Feb 2006 19:56, Gary P wrote: > I am doing a large and long transfer and twice now i have gotten this error > killing the transfer, anyone know what/how i can fix this? > > > > [EMAIL PROTECTED] [/etc/rsync]# Received disconnect from 66.160.191.130: 2: > Corrupted MAC on input. rsync:

DO NOT REPLY [Bug 3479] Request: timestamps in --log-format

2006-02-03 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3479 [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |enhancement Status|NEW

rsync Corrupted MAC on input.

2006-02-03 Thread Gary P
I am doing a large and long transfer and twice now i have gotten this error killing the transfer, anyone know what/how i can fix this?       [EMAIL PROTECTED] [/etc/rsync]# Received disconnect from 66.160.191.130: 2: Corrupted MAC on input.rsync: writefd_unbuffered failed to write 4 bytes: p

warnings on symlinks using link-dest

2006-02-03 Thread George Georgalis
Hi, I'm using rsync with link-dest to make snapshot like backups into /sawmill/backup/{hostname}/snapshot/{timestamp}/{root} I'm getting warnings that I don't understand... On Fri, Feb 03, 2006 at 05:00:01AM -, Cron Daemon wrote: >+ rsync --recursive --links --perms --times --group --owner -

DO NOT REPLY [Bug 3479] New: Request: timestamps in --log-format

2006-02-03 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3479 Summary: Request: timestamps in --log-format Product: rsync Version: 2.6.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Compone

Re: DO NOT REPLY [Bug 2499] rsync fails to exit when run from an environment with a signal mask

2006-02-03 Thread Carson Gaspar
--On Wednesday, February 01, 2006 7:47 PM -0700 [EMAIL PROTECTED] wrote: --- Comment #4 from [EMAIL PROTECTED] 2006-02-01 19:47 MST --- OK, I just checked in some changes that make rsync use sigaction() and sigprocmask() if they are available (otherwise signal() continues to be used).