Re: What is the different between these rsync command

2007-09-10 Thread Aaron W Morris
. (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 of rsync are you using? -- Aaron W Morris (decep

Re: Win32 port?

2007-09-05 Thread Aaron W Morris
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 Before posting, read: http

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

2007-07-16 Thread Aaron W Morris
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
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
, there is also the question of if openssl is the appropriate toolkit to use with rsync. I am not sure of the issues with a GPL binary linking against a BSD library. Perhaps GnuTLS is more appropriate... (I know... this is probably a whole different can of worms. :-) ). -- Aaron W Morris (decep

Re: rsync SSL 'for real'

2007-04-18 Thread Aaron W Morris
. -- 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.samba.org/mailman

Re: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
!! 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: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
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
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: Redirect --stats to STDERR.

2007-02-07 Thread Aaron W Morris
pipe STDOUT and STDERR to the same file and email that to yourself. To prevent getting the list of files transfered, you could make rsync be quiet by removing -v and adding -q. rsync out.log 21 -- Aaron W Morris (decep) -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

Re: question

2004-06-07 Thread Aaron W Morris
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
. 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 2.5.7 on AIX 5.1. -- Aaron W Morris [EMAIL PROTECTED] (decep) -- To unsubscribe

Re: rsyncing individual files

2004-01-14 Thread Aaron W Morris
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 Before posting, read: http

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 21`; 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

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

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

2003-01-14 Thread Aaron W Morris
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
: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html -- 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