Re: ssh, remote host support?
Brought to you by:
thesun
From: Shachar S. <sh...@sh...> - 2008-05-29 20:55:26
|
Christopher Strider Cook wrote: > Gotcha. I think I was reading the site with what I wanted it to do too > much in mind. > > I'm really looking for something that will encrypt and transfer in the > same round, a onestep process. I don't like having to make a local > encrypted copy first. I'm ok if that means I can only sync based on > modification times. > > Thanks > Chris Latest versions of rsync has support for "filters". Unfortunately, rsyncrypto has no support, for the time being, for stdin to stdout mode, so it does not help you. That feature is planned for version 2. Thanks, Shachar |