Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Mutually Assured Backup

From: assembly:ns1:whiterose at: 4-Aug-2001 15:12

On Sat, Aug 04, 2001 at 09:40:17AM -0700, David Vydra wrote:
> A solution that keeps popping into my head is to use Rebol/View/Pro, of > which I am a proud owner, to back up my encripted files on the computers of > several friends who also have an "always on connection" such as DSL or a > cable modem. I should be able to request my files at any time. Since there > is a chance that someones computer may be off-line, I would back up the > same file on several hosts. This would be a classic peer-to-peer solution. > Perhaps Rugby can be used to connect the peers. > > Is anyone out there looking for a similar solution. I would appreciate any > feedback.
Actually if you are going to be backing up the file on multiple locations at once this is not really a P2P solution this is more of a P2Multicast type setup you are talking here which is quite cool. It does not seem like it would be a very hard solution to setup. Actually no more than a couple hundred lines of code, if that. B