User:Scott Parlane/DesignStudy
From CSSEMediaWiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
= Project (Out of Band Synchronisation) = | = Project (Out of Band Synchronisation) = | ||
− | == Goals == | + | == Description == |
+ | === Goals/Requirements === | ||
* Synchronise data using out of band data transfer. | * Synchronise data using out of band data transfer. | ||
* Support extremely slow, high capacity links. (80+GiB with 1 week latency) | * Support extremely slow, high capacity links. (80+GiB with 1 week latency) | ||
* Support multiple transfer agents. | * Support multiple transfer agents. | ||
+ | |||
+ | == Initial Design == | ||
+ | Make use of [[http://www.4underscore.net/|underscore]] infrastructure (espically networking code) to provide a solution for performing offsite back ups, where directly transferring the data is impossible or incredibly expensive, however regular transport between locations is avaliable and at least 1 operation computer is transferred between sites. |
Revision as of 04:04, 2 August 2010
Contents |
Project (Out of Band Synchronisation)
Description
Goals/Requirements
- Synchronise data using out of band data transfer.
- Support extremely slow, high capacity links. (80+GiB with 1 week latency)
- Support multiple transfer agents.
Initial Design
Make use of [[1]] infrastructure (espically networking code) to provide a solution for performing offsite back ups, where directly transferring the data is impossible or incredibly expensive, however regular transport between locations is avaliable and at least 1 operation computer is transferred between sites.