Browse Source

add doc

master
Nicolas Massé 7 years ago
parent
commit
963c091138
  1. 17
      README.md

17
README.md

@ -0,0 +1,17 @@
# Rsync Time Machine
Rsync Time Machine is a backup system, based on rsync and very similar to
Apple's Time Machine. This means it will keep an history of each file at
different points in time.
## Pre-requisites
Rsync Time Machine is based on a Client-Server architecture. The clients are
the workstations to backup. The server is a remote server that will host the
backups.
Rsync Time Machine is based on rsync, so you will need it on both the
workstations and the server.
Rsync Time Machine uses SSH to transfer files and authenticate through SSH
keys, so your server must be reachable through SSH.
Loading…
Cancel
Save