rsync 3.x ACL / XATTR support for Solaris 10 / ZFS

2009-05-18 Thread Nitin Verma
Hi Carson, Do you have any update on this? Thanks, Nitin -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

installing rsync-3-0-5 on a Mac

2009-02-25 Thread Yves Petronin
You could folllow the detailed instructions from Mike Bombich at http://www.bombich.com/mactips/rsync.html I am a beginner and the instructions are so clear that I was able to get the job done. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or

Re: installing rsync-3-0-5 on a Mac

2009-02-25 Thread Rob Rye
it you have to rename it again, if you use solution 1... which can be a pain in the neck. --Rob On Mon, 2009-02-23 at 20:21 +0100, Kurt wrote: is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did

Re: installing rsync-3-0-5 on a Mac

2009-02-25 Thread Mike Bombich
it you have to rename it again, if you use solution 1... which can be a pain in the neck. --Rob On Mon, 2009-02-23 at 20:21 +0100, Kurt wrote: is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did

Re: installing rsync-3-0-5 on a Mac

2009-02-25 Thread Rob Rye
+0100, Kurt wrote: is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why is there an extra patches folder?) in Terminal I ran: ./configure, make, sudo make install

installing rsync-3-0-5 on a Mac

2009-02-25 Thread Henri Shustak
--version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why is there an extra patches folder?) in Terminal I ran: ./configure, make, sudo make install

Re: installing rsync-3-0-5 on a Mac

2009-02-25 Thread henri
--version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why is there an extra patches folder?) in Terminal I ran: ./configure, make, sudo make install

Re: installing rsync-3-0-5 on a Mac

2009-02-24 Thread henri
://connect.homeunix.com/lbackup/developer/rsync_hfs Hope this helps. On Mon, 2009-02-23 at 20:21 +0100, Kurt wrote: is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why

installing rsync-3-0-5 on a Mac

2009-02-23 Thread Kurt
Hi - is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why is there an extra patches folder?) in Terminal I ran: ./configure, make, sudo make install

Re: installing rsync-3-0-5 on a Mac

2009-02-23 Thread Matt McCutchen
On Mon, 2009-02-23 at 20:21 +0100, Kurt wrote: is rsync --version reporting the wrong version number, or am I to stupid to properly install rsync-3-0-5 on a Mac? Here is what I did: download and extract rsync-3-0-5 (btw: why is there an extra patches folder?) in Terminal I ran

Re: Rsync 3

2008-09-30 Thread Madhavan Chari
, 2008 at 2:34 PM, Eberhard Moenkeberg [EMAIL PROTECTED]wrote: Hi, On Thu, 25 Sep 2008, Madhavan Chari wrote: We want to use the rsync 3 for incremental file transfer of our File system from one box to another, however there are about a million files to be copied, so just wanted to know

Rsync 3

2008-09-25 Thread Madhavan Chari
Hi Everyone, We want to use the rsync 3 for incremental file transfer of our File system from one box to another, however there are about a million files to be copied, so just wanted to know by any one of your's previous experience with rsync 3, will these many files get copied at first time

Re: Rsync 3

2008-09-25 Thread Sven Hartrumpf
Thu, 25 Sep 2008 13:44:06 +0530, madhavanchari wrote: We want to use the rsync 3 for incremental file transfer of our File system from one box to another, however there are about a million files to be copied, so just wanted to know by any one of your's previous experience with rsync 3

Re: Rsync 3

2008-09-25 Thread Eberhard Moenkeberg
Hi, On Thu, 25 Sep 2008, Madhavan Chari wrote: We want to use the rsync 3 for incremental file transfer of our File system from one box to another, however there are about a million files to be copied, so just wanted to know by any one of your's previous experience with rsync 3

DO NOT REPLY [Bug 5505] New: rsync 3.x reporting excluded files as error

2008-05-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5505 Summary: rsync 3.x reporting excluded files as error Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3

DO NOT REPLY [Bug 5505] rsync 3.x reporting excluded files as error

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

rsync 3's -E and -X

2008-01-22 Thread Josh Durham
So, It might be a little late to rock this boat, but I just was turned on to rsync 3. So, Apple's changes to rsync to support metadata has -E as: -E --extended-attributes copy extended attributes, resource forks This was done in OS X 10.4, in April of 2005. It looks like

Re: rsync 3's -E and -X

2008-01-22 Thread Wayne Davison
On Tue, Jan 22, 2008 at 12:23:16PM +, Josh Durham wrote: It looks like rsync 3 though is moving -E to -X, and changing what -E does: Rsync has used the -X option for xattr data in the patches since the beginning. The xattrs.diff first appeared in the patches dir in mid 2005, but existed

Re: rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set

2007-08-15 Thread Wayne Davison
On Wed, Aug 15, 2007 at 06:18:59AM +0200, Olivier Thauvin wrote: Easy to understand and fix (after 3 minutes inside a debugger): Much appreciated! Thanks for the patch. I've checked in the fix. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set

2007-08-14 Thread Olivier Thauvin
$ ./rsync distrib-coffee.ipsl.jussieu.Fr:: Erreur de segmentation Easy to understand and fix (after 3 minutes inside a debugger): Index: socket.c === RCS file: /cvsroot/rsync/socket.c,v retrieving revision 1.130 diff -u -b -B -w -p

rsync 3 + Apple patches on MacOS X 10.4.9

2007-06-19 Thread Giuliano Gavazzi
Hello, As soon as I find a little time I will try to manually apply Apple's extended attributes patches (that apply to the 2.6.3 version) to the trunk rsync 3. I say manually as I already noticed some differences that would make a patch impossible. There is a clash with the -E option

rsync 3.x ACL / XATTR support for Solaris 10 / ZFS

2007-04-03 Thread Carson Gaspar
Looking at the current code in CVS, it appears that rsync does not currently support ACLs or XATTRs for Solaris ZFS filesystems (at least not completely - I'm not sure how UFS/ZFS auto ACL format conversion works). It shouldn't be too hard to add support, especially as ZFS now uses NFSv4 ACLs.

Re: rsync 3.x ACL / XATTR support for Solaris 10 / ZFS

2007-04-03 Thread Wayne Davison
On Tue, Apr 03, 2007 at 05:58:38AM -0700, Carson Gaspar wrote: Looking at the current code in CVS, it appears that rsync does not currently support ACLs or XATTRs for Solaris ZFS filesystems Does Solaris 10 not use posix ACLs and xattrs? I've only tested rsync on solaris 8 and 9 (some time

Re: rsync 3.x ACL / XATTR support for Solaris 10 / ZFS

2007-04-03 Thread Carson Gaspar
Wayne Davison wrote: On Tue, Apr 03, 2007 at 05:58:38AM -0700, Carson Gaspar wrote: Looking at the current code in CVS, it appears that rsync does not currently support ACLs or XATTRs for Solaris ZFS filesystems Does Solaris 10 not use posix ACLs and xattrs? I've only tested rsync on solaris

[RESOLVED] rsync 3-cvs missing prereqs/deps on osx

2007-02-06 Thread snowcrash+rsync
just fyi, with help from the YODL-ers (thanks Frank Karel!), here's what _works_ for me with to build the icmake-v700 yodl-v204 prereqs to rsync3 on osx 10.4.87. # ICMAKE # cd /path/to rm -rf icmake* wget

rsync 3 (was Re: problems encountered in 2.4.6)

2001-05-28 Thread John N S Gill
was visiting Dublin and he mentioned there had been some thinking about an rsync 3. One feature being considered was allowing users to supply arbitrary rules for what to do when a file is missing, based on file suffix etc. Did anyone follow up these ideas? John