DO NOT REPLY [Bug 5325] cannot find popt.h at compile time

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5325 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5325] cannot find popt.h at compile time

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5325 [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |minor --- Comment #1 from [EMAIL

DO NOT REPLY [Bug 5325] New: cannot find popt.h at compile time

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5325 Summary: cannot find popt.h at compile time Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component:

get_xattr_names not permitted

2008-03-14 Thread Robert DuToit
Hi All, I have a client running: Source: Xsan 1.4.2 Volume with acl enabled. It is mounted on an xserve Intel 10.4.11 Destination: DAS (Direct attached Storage) Attached through Fiber Channel. (It's a xraid) with acl enabled. using basic options -aHAXN --fileflags -v --progress everything

Re: untransferred files

2008-03-14 Thread Ming Zhang
On Fri, 2008-03-14 at 12:27 -0400, Matt McCutchen wrote: > On Thu, 2008-03-13 at 11:01 -0400, Ming Zhang wrote: > > Some time rsync just return error code 23 that some files are not > > transferred. Is there a way to get a list of these files so we can retry > > it later time? > > > > For example,

DO NOT REPLY [Bug 5324] Reduce the performance penalty of --xattrs on Mac OS X

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 [EMAIL PROTECTED] changed: What|Removed |Added Severity|normal |enhancement Summary|with opt

Re: Suggestions for basic rsync configuration

2008-03-14 Thread Matt McCutchen
On Fri, 2008-03-14 at 14:15 +, Stuart Halliday wrote: > Forget ssh until you've got it working as plain vanilla Rsync. > > Like I said in my 1st posting. Get a working daemon and then list a rsync > folder using a Rsync list command. > > Don't do anything else until you've got that working. >

Re: Suggestions for basic rsync configuration

2008-03-14 Thread Matt McCutchen
I'd like to expand on Stuart's response a bit... On Fri, 2008-03-14 at 06:29 -0700, Geofoxer wrote: > Thanks for your response, I think that I am on my way of getting stuff > configured here. I still have a couple of questions though. I am also using > linux with rsync!!! I want to clear up the us

Re: untransferred files

2008-03-14 Thread Matt McCutchen
On Thu, 2008-03-13 at 11:01 -0400, Ming Zhang wrote: > Some time rsync just return error code 23 that some files are not > transferred. Is there a way to get a list of these files so we can retry > it later time? > > For example, we scan the whole file system and N files are not > transferred. Ins

Re: Rsync Failed 3072

2008-03-14 Thread Matt McCutchen
On Fri, 2008-03-14 at 17:14 +0530, [EMAIL PROTECTED] wrote: > I m getting bug for incremental backup from my server > Error:Rsync Failed 3072 Rsync does not have such an error message. Probably you are using rsync as part of a larger backup script and that script is printing the message. You may

Re: Incremental file updates over a network, NFS?

2008-03-14 Thread Mac User FR
You gave you the answer. I'm not a security specialist, but by my modest knowledge, rsync protocol isn't secure at all as all information can be sniffed by somebody on the network. So the "classic" solution for those who need encryption is to use ssh wrapper. On the links of this page: htt

DO NOT REPLY [Bug 5324] New: with option --xattrs the process rsync is more long time

2008-03-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5324 Summary: with option --xattrs the process rsync is more long time Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Other Status: NEW Severity: normal Priority:

Re: Suggestions for basic rsync configuration

2008-03-14 Thread Stuart Halliday
> Thanks for your response, I think that I am on my way of getting stuff > configured here. I still have a couple of questions though. I am also > using linux with rsync!!! I want to clear up the usage of the > following command: > > rsync --progress -zav -e ssh /random/file-or-directory > :/rand

Re: Incremental file updates over a network, NFS?

2008-03-14 Thread Andy Smith
Ok, thanks for the info. That seems to open up the issue of network security (yes NFS security normally isnt great, but...) rsyncd native: is this bug free and secure (based on hosts_allow/hosts_deny?), perhaps a good solution with tcpwrappers? rsh: no thanks ssh: dont really want to have to put

RE: Possibile rsync --link-dest or --compare-dest bug

2008-03-14 Thread jan
Hi Wayne, Ok, I have modified the command, and it works correctly. This is what it is now: rsync -av --link-dest=/data/20080313/ 20080313/ 20080314/ Thanks for your help. Jan -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Wayne Davison Verzonden

Re: Suggestions for basic rsync configuration

2008-03-14 Thread Geofoxer
Thanks for your response, I think that I am on my way of getting stuff configured here. I still have a couple of questions though. I am also using linux with rsync!!! I want to clear up the usage of the following command: rsync --progress -zav -e ssh /random/file-or-directory :/random/file-or-dir

Rsync Failed 3072

2008-03-14 Thread [EMAIL PROTECTED]
I m getting bug for incremental backup from my server Error:Rsync Failed 3072 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: broken pipe

2008-03-14 Thread jurvis
Hi Robert, I've downloaded the lipo'd rsync-3.0.0 OS X binary you kindly posted and used it successfully on a 10.4.11 G5, but am running into trouble using it on a 10.4.8 G4. When running the command: rsync -axXSHAv --delete --force-change --exclude-from ~/exclude.txt / /Volumes/SPARE/ I get t

Re: Incremental file updates over a network, NFS?

2008-03-14 Thread Mac User FR
Rsync works on a client/server system. So it's recommended to install rsync on both machines (your and the server), so you bypass NFS and connect to the server via rsync protocol. That's the way to use the delta incremental algorithm. Le 14 mars 08 à 12:46, Andy Smith a écrit : Hi list,

Incremental file updates over a network, NFS?

2008-03-14 Thread Andy Smith
Hi list, can anyone point me at some consise info on when rsync is capable of performing incremental updates of binary files? I need to rsync over a network, and currently I have this over an NFS share but I suppose that even if binary updates are possible there not going to do much good as r