Not delivered!(This mail from Brother Mail System)

2005-05-12 Thread virusmaster
From: rsync@lists.samba.org To: [EMAIL PROTECTED] Date: Fri, 13 May 2005 16:04:52 +0900 Subject: Your attached file corresponds to below. 1.Not accept the extension File 2.Over 100 Files 3.Corrupted file 4.Compressed File is not supported 5.Divided file 6.Extract file size is over 256M 7.Extrac

RE: Encryption

2005-05-12 Thread Gary Holzer
I am using a SSH tunnel for transit, so just the backup site GH +---+ Gary Holzer cmebookings.com service manager Adelaide Central & Eastern Division of General Practice ~ ACEDGP email : [EMAIL PROTECTED] mobile : 0417 094 921 direct : (08) 8273 5903 swit

Re: Encryption

2005-05-12 Thread tmc
> Hi All, > > I am using rsync to backup our office server to our Internet server (RHE). > As an association for doctors we are looking at providing a backup > service > for their practices using rsync. As it would be patient data it would need > to be encrypted. I have found a few options, namely

RE: Rsync copying to many files on Tiger

2005-05-12 Thread Aaron Madlon-Kay
Tiger's rsync re-copies all metadata every time, even if no changes have been made. This particular "feature" has been quite annoying for me. Sorry, I don't have a workaround for you. If you find one I'd love to hear it. -Aaron -- To unsubscribe or change options: https://lists.samba.org/mail

Encryption

2005-05-12 Thread Gary Holzer
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely esync wurt

[Bug 2706] New: An option to transfer POSIX ACLs

2005-05-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2706 Summary: An option to transfer POSIX ACLs Product: rsync Version: 2.6.4 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Compone

Re: help me understand keepalive..

2005-05-12 Thread Wayne Davison
On Thu, May 12, 2005 at 04:43:55PM -0500, Steve Sether wrote: > Now my understanding was that the keepalive feature was supposed to > prevent this from ever happening. Yes, that's certainly what it's supposed to prevent. > Am I doing something wrong? Maybe. You must be using at least 2.6.4 on b

Re: Directory names are converted to lower case

2005-05-12 Thread Wayne Davison
On Thu, May 12, 2005 at 10:30:52PM +0100, Kevin Stembridge wrote: > Just using rsync for the first time and when I copy to an external > drive all directory names are converted to lower case. That's not rsync's doing, so it must be going on behind the scenes. Perhaps you're saving the files to suc

Re: Copy multiple directories with I call

2005-05-12 Thread Wayne Davison
On Thu, May 12, 2005 at 06:55:53PM +0200, Florian Lindner wrote: > programme -> backup/programme > dokumente/wichtig -> backup/dokumente/wichtig See the --relative (-R) option. E.g.: rsync -avR programme dokumente/wichtig backup ..wayne.. -- To unsubscribe or change options: https://lists.

Re: Unnecessary directory listing.

2005-05-12 Thread Wayne Davison
On Thu, May 12, 2005 at 05:36:40PM +0200, Julian Pace Ross wrote: > The problem is that since a couple of weeks ago, when running the > script, I get a full list of the directories and not just the changed > ones. Rsync outputs the name of a directory when its modified time is being updated, so so

Re: how to abort when can't write to the destination?

2005-05-12 Thread Wayne Davison
On Mon, May 09, 2005 at 12:07:39PM -0400, Yaroslav Halchenko wrote: > I man-ed rsync but couldn't find an option which would exit rsync if > any error occurred on the way (like IO problem with destination or > smth like that) That's not currently supported, but this is an area that needs to be imp

Re: Apple patched rsync

2005-05-12 Thread Wayne Davison
On Sun, May 08, 2005 at 03:03:11PM +0200, Dick Visser wrote: > It seems that the rsync binary that ships with Apple's new OSX 10.4 has > some custom patch applied that enables it to use extended attributes. Yes, I've heard about that but haven't ever seen the patch. I've heard some bad things abo

help me understand keepalive..

2005-05-12 Thread Steve Sether
I'm not sure keepalive is working the way I think it's supposed to. Here's my test. I've got a large file (approx 1 gig) on the rsync server, and I append a character on the end to make it slightly different. I fire up rsync on the client side and everything works fine until I hit the timeout val

Directory names are converted to lower case

2005-05-12 Thread Kevin Stembridge
Hi, Just using rsync for the first time and when I copy to an external drive all directory names are converted to lower case. When I perform a second copy I get an error saying 'no such file or directory'. Is there a configuration option I can set to maintain the correct case? I have a Linux sy

trigger for pre and post rsync

2005-05-12 Thread C. P.
Hello: Please be patient, its hard to me to explain this even in my native language. I think it may be useful to add an option like lograte's prerotate and postrotate, that triggers server side scripts before and after rsync. It would help the administrator work. Escenary 1: --- client

Inheriting security permissions from target directory with Cygwin

2005-05-12 Thread Michael Carr
I am trying to upload a directory structure with rsync via ssh from one domain to another. I would like the target files (which may or may not already exist on the target machine) to assume the security permissions of the target directory they are placed into, since the target machine lies i

Copy multiple directories with I call

2005-05-12 Thread Florian Lindner
Hello, can I copy more than one directory with one executing of rsync. I want to have: programme -> backup/programme dokumente/wichtig -> backup/dokumente/wichtig but i would like to acomplish this with only one call to rsync. Thanks, Florian -- To unsubscribe or change options: https://lists.

Unnecessary directory listing.

2005-05-12 Thread Julian Pace Ross
Hi, I'm an rsync newbie, and I have been using it for some weeks without problems... except recently... Just a quick explanation: I have Suse9.0 and rsync 2.5.6 that came with it... I have a cron script that contains: rsync -av --delete /myfolder/ 192.168.20.200::myfolder in order to sync all fi