-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 715 Bytes
/
README
File metadata and controls
31 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
snappy
======
snappy is a backup program for managing rsync based snapshots.
To check out the most recent release, type:
git clone git://github.com/guppy/snappy.git
Usage
=====
snappy [-c config file or dir] interval
-c: the configuration file or directory (will default to a few locations if not specified)
interval: hourly, daily, or weekly
example:
snappy -c snappy.conf hourly
If you ran that every 4 hours via cron, you would end up with directories named
hourly.0 to hourly.5, each of which contain a complete snapshot of whatever
backups you specified in that configuration file.
Requirements
============
rsync >= 2.5.6
python >= 2.4
A destination volume that can handle doing hard-links.