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

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

Re: rsync / checksum small block / xfer small block

2008-12-04 Thread alexus
: 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 that it's different and xfer the whole file, i use remote site, so xfer takes long

Re: rsync / checksum small block / xfer small block

2008-12-02 Thread alexus
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 few gig file, and it usually keeps adding at the end

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:

rsync wont work

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

Re: rsync wont work

2004-03-12 Thread alexus
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 PROTECTED] To: alexus [EMAIL PROTECTED] Cc: [EMAIL

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:

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