Re: rsync flags freebsd

2009-07-03 Thread alexus
On Wed, Jul 1, 2009 at 10:50 AM, Wayne Davison 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

Re: rsync flags freebsd

2009-06-30 Thread alexus
On Fri, Mar 13, 2009 at 7:44 PM, Wayne Davison wrote: > 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? >

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

rsync flags freebsd

2009-03-12 Thread alexus
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

Re: rsync / checksum small block / xfer small block

2008-12-04 Thread alexus
TED]> wrote: > alexus wrote: >> not quite what i need >> >> let's take another example >> >> let's say i have a mysql db, and only few rows gets changed on daily >> basis, yet that data file itself is huge, so rsync checks for checksum >> sees t

Re: rsync / checksum small block / xfer small block

2008-12-02 Thread alexus
10:13 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Mon, 2008-12-01 at 21:51 -0500, alexus wrote: >> is there a way to somehow force rsync to check checksum in blocks vs >> the whole file and xfer only part that has changed vs the whole file? >> for instance i have a fe

rsync / checksum small block / xfer small block

2008-12-01 Thread alexus
is there a way to somehow force rsync to check checksum in blocks vs the whole file and xfer only part that has changed vs the whole file? for instance i have a few gig file, and it usually keeps adding at the end, maybe a line a day, yet rsync xfer the whole file over and it takes forever... --

--archive vs --backup

2004-03-16 Thread alexus
Can someone tell me what exactly is the difference between these two? According to man pages --archives is equivalent to -rlptgoD But what --backup equivalent to? Thanks -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: rsync wont work

2004-03-12 Thread alexus
See the GNU General Public Licence for details. # I'm most likely doing something very very stupid :( or better yet not doing something.. P.S. My very good friend works for IBM at White Plains, you might even know him:) - Original Message - From: "Tim Conway" <[EMAIL PRO

rsync wont work

2004-03-12 Thread alexus
just specify directory instead of remote site, but thats not what i need.. thanks in advance alexus -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync

2004-03-11 Thread alexus
rsync -vcrlpogtz . [EMAIL PROTECTED]:/rsync/ [EMAIL PROTECTED]'s password: sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) d# Any ideas why? -- To unsubscribe or change options: http://lists.samba.or

rsync

2004-03-09 Thread alexus
d# rsync -vcrlpogtz . [EMAIL PROTECTED]:/export/home/rsync/ [EMAIL PROTECTED]'s password: sh: rsync: rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) d# Can someone tell me what am I doing wrong? Thanks -- To u