Re: What is the different between these rsync command

2007-09-10 Thread Aaron W Morris
on is explicitly restate the default. (If the source or > destination is an rsync daemon, "-e ssh" does make a difference: it > indicates a single-use daemon invoked over ssh.) > > Matt Unless it is a really old version of rsync where the default shell was rsh. Yue, what version

Re: Win32 port?

2007-09-05 Thread Aaron W Morris
no means am I asking anybody to do something, but... :-) Could something like APR from the Apache project be used to make rsync more platform agnositic? Would APR even be ideal? -- Aaron W Morris (decep) -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Befor

Re: Local disk to disk Rsync taking an hour longer than disk to remote

2007-07-16 Thread Aaron W Morris
tination are local disks. You could try to disable that with --no-whole-file . -- Aaron W Morris (decep) -- 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: need help

2007-05-04 Thread Aaron W Morris
the rsyncd.conf man page. -- Aaron W Morris (decep) -- 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 & SSL 'for real'

2007-04-18 Thread Aaron W Morris
On 4/18/07, Andreas Kotes <[EMAIL PROTECTED]> wrote: > >> This is just a troll. just who exactly are you talking about? ;) Ahem... That would be me. That will be $10 for posting in this list. :-) -- Aaron W Morris (decep) -- To unsubscribe or change options: https://lists.sa

Re: rsync & SSL 'for real'

2007-04-18 Thread Aaron W Morris
g here. I can admit when I'm wrong. I apologize for any mis-information, I was just trying to help. -- Aaron W Morris (decep) -- 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 & SSL 'for real'

2007-04-18 Thread Aaron W Morris
I know... this is probably a whole different can of worms. :-) ). -- Aaron W Morris (decep) -- 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: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
to say what the problem is with the 503 error, but it sounds like you're on the right track. -- Aaron W Morris (decep) -- 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: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
te the request itself. Apache with mod_proxy would work as well. -- Aaron W Morris (decep) -- 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: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
Thanks!! Robert You can use an HTTP proxy. Look at the RSYNC_PROXY environment variable in the man page. -- Aaron W Morris (decep) -- 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: Redirect --stats to STDERR.

2007-02-07 Thread Aaron W Morris
/human_num(stats.total_size),/ /(double)stats.total_size / (total_written+total_read));/ /}/ But the problem is i have an error 23 when i use rsync. You could ju

Re: question

2004-06-07 Thread Aaron W Morris
i key" ..etc etc does not work thx bye Have you tried the RSYNC_RSH environment variable yet? -- Aaron W Morris <[EMAIL PROTECTED]> (decep) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Shell or rsync issue?

2004-02-20 Thread Aaron W Morris
quot;remotedirectory/file1", "remotedirectory/file2", etc. You can fix it with: rsync -rptv [EMAIL PROTECTED]::module/remotedirectory/. /local/directory/ (notice the ".") which is not a big problem, but not expected. What is the root cause behind this? Using rsync

Re: rsyncing individual files

2004-01-14 Thread Aaron W Morris
ying the file to the /creative/ directory (not the subdirectories) because you have not specified rsync to use relative paths (-R). Someone correct me if I am wrong. -- Aaron W Morris <[EMAIL PROTECTED]> (decep) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

Re: Capturing output

2003-03-04 Thread Aaron W Morris
It may be helpful to capture STDERR with STDOUT. my $message = `/usr/bin/rsync --rsh=/usr/local/openssh/bin/ssh -avu $directory $destination 2>&1`; See: http://perldoc.com/perl5.8.0/pod/perlop.html#%60STRING%60 At 05:47 PM 3/4/2003 +, you wrote: Hi folks, I am running rsync via a perl scri

Re: rsync for DOS

2003-02-17 Thread Aaron W Morris
Because rsync requires cygwin to run, other solutions (such as unison) immediately become more attractive. Also, someone correct me if I am wrong, any limitation that cygwin has (files > 2GB, etc) rsync also inherits. At 11:49 AM 2/17/2003 +, you wrote: On Sunday 16 Feb 03, Chris Simmonds w

Re: The behavior of "-u/--update" option on directories

2003-01-14 Thread Aaron W Morris
exist on the local machine). > > > > > > The question: > > > > > > Am I right and that is the way things should behave and I am doing > > > smth wrong ? If not, and this is the way things are supposed to work, > > > can anyone suggest a work-around that would simulate the desired behavior ? > > > > > > > > > > > > Many thanks in advance, > > > > > > Florian > > > > > > P.S. Please Cc: me on the replies, I'm not on the list. Thanks. > > > > > > P.P.S: If it matters: In the above setup the "local" machine is a > > > Linux running "rsync version 2.5.4 protocol version 26" whereas > > > "remote" is a Solaris 2.8 running "rsync version 2.5.5 protocol version 26". > > > > > > > -- > > Aaron W Morris > > decep > > PGP Key ID: 259978D1 > > > > -- Aaron W Morris decep PGP Key: 259978D1 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: filelist calculation algoritm

2003-01-08 Thread Aaron W Morris
EMAIL PROTECTED]| > | http://music.dsi.unifi.it XKlaim language | > | http://www.lorenzobettini.it/purpleCover Band | > | http://www.gnu.org/software/src-highlite | > | http://www.gnu.org/software/gengetopt | > +-+