Displaying 3 results from an estimated 3 matches for "aaronmorri".
Did you mean:
  aaronmorris
  
2004 Feb 20
1
Shell or rsync issue?
..."remotedirectory/file2", etc.  You can fix 
it with:
   rsync -rptv user@host::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 <aaronmorris@mindspring.com> (decep)
2004 Jun 03
5
question
hello
i looked in google , faq etc but didnt found a answer.
sorry if i overseen something.
how i can auth. via a hostkey without make a config in ~/.ssh
normaly ssh has support with ssh -i /keyfile is there any way to combine it
via rsync , with
rsync -e "ssh -i key" ..etc etc does not work
thx bye
2003 Jan 15
2
umask for rsync
I have another small feature suggestion, it should not cause such a stir 
as the whole "file list" issue (I kind of wish I never said anything 
about it :) ).
What about adding a "UMASK" setting to rsync (for use on the command 
line and/or perhaps rsyncd.conf)?  I realize that it may be a 
problem/conflict with -p, but I think it could be a useful feature.
-- 
Aaron W Morris