Re: rsync flags freebsd

2009-07-03 Thread alexus
On Wed, Jul 1, 2009 at 10:50 AM, Wayne Davisonway...@samba.org wrote:
 On Tue, Jun 30, 2009 at 09:42:08PM -0400, alexus wrote:
 I dont know if that helpful, but all I'm saying is fileflags.diff
 isn't working for rsync-3.0.6, but it works for rsync-3.0.5

 It doesn't look like you download rsync-patches-3.0.6.tar.gz -- your
 patch command would have been patch -p1 patches/fileflags.diff if you
 had been using that version.  Unpack both tar files in the same parent
 dir, since they both start with the rsync-3.0.6 top dir in the archive.

 ..wayne..


where do i get that patch for 3.0.6?

-- 
http://alexus.org/
--
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


Re: rsync flags freebsd

2009-07-03 Thread Matt McCutchen
On Fri, 2009-07-03 at 14:59 -0400, alexus wrote:
 On Wed, Jul 1, 2009 at 10:50 AM, Wayne Davisonway...@samba.org wrote:
  On Tue, Jun 30, 2009 at 09:42:08PM -0400, alexus wrote:
  I dont know if that helpful, but all I'm saying is fileflags.diff
  isn't working for rsync-3.0.6, but it works for rsync-3.0.5
 
  It doesn't look like you download rsync-patches-3.0.6.tar.gz -- your
  patch command would have been patch -p1 patches/fileflags.diff if you
  had been using that version.  Unpack both tar files in the same parent
  dir, since they both start with the rsync-3.0.6 top dir in the archive.
 
  ..wayne..
 
 
 where do i get that patch for 3.0.6?

As Wayne suggested, it's in rsync-patches-3.0.6.tar.gz, which is linked
prominently from the home page at http://rsync.samba.org/ .

-- 
Matt

-- 
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


Re: rsync flags freebsd

2009-07-01 Thread Wayne Davison
On Tue, Jun 30, 2009 at 09:42:08PM -0400, alexus wrote:
 I dont know if that helpful, but all I'm saying is fileflags.diff
 isn't working for rsync-3.0.6, but it works for rsync-3.0.5

It doesn't look like you download rsync-patches-3.0.6.tar.gz -- your
patch command would have been patch -p1 patches/fileflags.diff if you
had been using that version.  Unpack both tar files in the same parent
dir, since they both start with the rsync-3.0.6 top dir in the archive.

..wayne..
-- 
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


Re: rsync flags freebsd

2009-03-13 Thread Steven Hartland

Its an option when you install the port.

   Regards
   Steve

- Original Message - 
From: alexus ale...@gmail.com

To: rsync@lists.samba.org
Sent: Friday, March 13, 2009 2:12 AM
Subject: rsync flags freebsd



is there a way to save special flags in freebsd when using rsync?

for example

dd# ls -lo init
-r-xr-xr-x  1 root  wheel  schg 711744 Mar 12 18:51 init
dd#


file has flag schg


when i just use rsync it copy that file and loses that flag


--
http://alexus.org/
--
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




This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 


In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

--
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


Re: rsync flags freebsd

2009-03-13 Thread Wayne Davison
On Thu, Mar 12, 2009 at 10:35:45PM -0400, Matt McCutchen wrote:
 The rsync 3.0.5 version of this patch is at:
 
 http://rsync.samba.org/ftp/rsync/patches/fileflags.diff

I've just revised how patches are stored so that I can have patches for
3.0.x as well as 3.1.0dev.  Thus, the link you cited is no longer there.

In the new setup, use gitweb to view the 3.0.x branch of the patches.git
repository and click on the raw link for the file you want.  The
patches.git repo is here:

http://gitweb.samba.org/?p=rsync.git/patches.git

And a tree-view of its 3.0.x branch is here:

http://gitweb.samba.org/?p=rsync.git/patches.git;a=tree;h=refs/heads/b3.0.x;hb=refs/heads/b3.0.x

..wayne..
-- 
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


Re: rsync flags freebsd

2009-03-13 Thread Matt McCutchen
On Fri, 2009-03-13 at 14:39 -0700, Wayne Davison wrote:
 On Thu, Mar 12, 2009 at 10:35:45PM -0400, Matt McCutchen wrote:
  The rsync 3.0.5 version of this patch is at:
  
  http://rsync.samba.org/ftp/rsync/patches/fileflags.diff
 
 I've just revised how patches are stored so that I can have patches for
 3.0.x as well as 3.1.0dev.  Thus, the link you cited is no longer there.
 
 In the new setup, use gitweb to view the 3.0.x branch of the patches.git
 repository and click on the raw link for the file you want.  The
 patches.git repo is here:
 
 http://gitweb.samba.org/?p=rsync.git/patches.git

Wayne,

I would have thought it more natural to have branches patches-master
and patches-3.0.x in the main repository.  Is there any reason you
made a separate repository?

-- 
Matt

-- 
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


Re: rsync flags freebsd

2009-03-13 Thread Wayne Davison
On Fri, Mar 13, 2009 at 06:57:15PM -0400, Matt McCutchen wrote:
 I would have thought it more natural to have branches patches-master
 and patches-3.0.x in the main repository.  Is there any reason you
 made a separate repository?

Yes, this way the branch names match and I can tag releases.

..wayne..
-- 
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


Re: rsync flags freebsd

2009-03-12 Thread Matt McCutchen
On Thu, 2009-03-12 at 22:12 -0400, alexus wrote:
 is there a way to save special flags in freebsd when using rsync?
 
 for example
 
 dd# ls -lo init
 -r-xr-xr-x  1 root  wheel  schg 711744 Mar 12 18:51 init
 dd#
 
 
 file has flag schg
 
 
 when i just use rsync it copy that file and loses that flag

The --fileflags option provided by the maintained patch fileflags.diff
preserves those flags.  The rsync 3.0.5 version of this patch is at:

http://rsync.samba.org/ftp/rsync/patches/fileflags.diff

-- 
Matt

-- 
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


Re: rsync flags freebsd

2009-03-12 Thread alexus
i'll give it a shot, thanks

On Thu, Mar 12, 2009 at 10:35 PM, Matt McCutchen m...@mattmccutchen.net wrote:
 On Thu, 2009-03-12 at 22:12 -0400, alexus wrote:
 is there a way to save special flags in freebsd when using rsync?

 for example

 dd# ls -lo init
 -r-xr-xr-x  1 root  wheel  schg 711744 Mar 12 18:51 init
 dd#


 file has flag schg


 when i just use rsync it copy that file and loses that flag

 The --fileflags option provided by the maintained patch fileflags.diff
 preserves those flags.  The rsync 3.0.5 version of this patch is at:

 http://rsync.samba.org/ftp/rsync/patches/fileflags.diff

 --
 Matt





-- 
http://alexus.org/
--
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