https://github.com/nmasse-itix/rsync-time-machine
A backup system, very similar to Apple's Time Machine, based on rsync
https://github.com/nmasse-itix/rsync-time-machine
Last synced: 2 months ago
JSON representation
A backup system, very similar to Apple's Time Machine, based on rsync
- Host: GitHub
- URL: https://github.com/nmasse-itix/rsync-time-machine
- Owner: nmasse-itix
- Created: 2019-02-24T14:17:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T14:39:15.000Z (over 6 years ago)
- Last Synced: 2025-02-12T11:16:24.064Z (4 months ago)
- Language: Perl
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.