Work on documentation.
[monikop.git] / doc / index.muse
blobcb47d9bf28ada7c07a76fd5b3866c76a669757de
1 #title Monikop and Pokinom
2 #subtitle rsync between unconnected hosts
3 #author Bert Burgemeister
6 * Introduction
8 Suppose you have an isolated network of data producing computers
9 (Sources), e.g. in a surveying vehicle (Rover). The collected data (a
10 few Terabytes per day) need to be transferred to a processing server
11 (Destination) in office.
13 This data transfer, which happens by means of removable disks, is
14 Monikop's and Pokinom's job.
16 On Rover, a couple of removable disks are put into a dedicated computer where they are
17 filled automatically by Monikop with data pulled from Sources.
18 At any time, copying data
19 finished or otherwise, the operator switches Monikop's host off by a keypress and removes the
20 disks. Data integrity is never compromised by shutting down Monikop's
21 host or any of the Sources at any time, in any order, by any means including power
22 cuts. 
24 The disks are then brought to the office where they are put into another
25 dedicated computer. Here, Monikop's counterpart called Pokinom pushes
26 their content to Destination, makes the disks re-usable by
27 Monikop, and switches itself off when finished.
29 Old data is left as long as possible on the removable disks. This may
30 be helpful as part of a backup strategy.
32 The heavy lifting is done by [[http://www.samba.org/rsync/][Rsync]]. Sources as well as Destination
33 need to have Rsync installed. Both can be running Linux, Windows, or
34 any operating system Rsync can be installed on.
37  - Transfer rates ca. ...