Re: ssh, remote host support?
Brought to you by:
thesun
From: Christopher S. C. <dir...@gm...> - 2008-05-29 17:24:48
|
True, but I'd think the 5000 individual rsync connections verses one single recursive rsync wouldn't be very efficient. I haven't tested it, but it 'feels' wrong. Regardless, looks like that's the way I'm headed. Thanks again. On Thu, May 29, 2008 at 10:08 AM, Robin Lee Powell < rlp...@di...> wrote: > I'm not aware of any such thing, but it wouldn't be hard to write a > loop over your files that encrypts, rsyncs, then deletes each file. > > -Robin > > On Thu, May 29, 2008 at 10:05:12AM -0700, 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 > > > > On Wed, May 28, 2008 at 6:39 PM, Robin Lee Powell < > > rlp...@di...> wrote: > > > > > rsyncrypto encrypts files in place in such a way that rsync can copy > > > them without much impact on the rsync algorithm when you re-encrypt. > > > It does not do any of the things rsync does; you run rsyncrypto on > > > your data, then run rsync on the results. > > > > > > -Robin > > > > > > On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook > > > wrote: > > > > Setting the a host as a destination, like in rsync, doesn't seem > > > > to work. Am I right in guessing that this isn't a feature? Is it > > > > coming? > > > > > > > > Chris Cook > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Rsyncrypto-devel mailing list > > > > Rsy...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > > > > -- > > > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > > > Proud Supporter of the Singularity Institute - http://singinst.org/ > > > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/> > <http://www.digitalkingdom.org/%7Erlpowell/>*** > > > http://www.lojban.org/ > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Rsyncrypto-devel mailing list > > > Rsy...@li... > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Rsyncrypto-devel mailing list > > Rsy...@li... > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > -- > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > Proud Supporter of the Singularity Institute - http://singinst.org/ > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/>*** > http://www.lojban.org/ > |