You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
849 B
16 lines
849 B
9 years ago
|
Differential backup scripts using rsync and hardlinks.
|
||
|
|
||
|
This is a toolset to setup and run a backup server that pulls
|
||
|
differential daily, weekly and monthly backups from any number of
|
||
|
hosts and stores them on the local harddrive. For this, it uses rsync
|
||
|
and its mechanism to hardlink against already existing files, so only
|
||
|
new and changed files are copied over the network. This saves harddisk
|
||
|
space and network bandwidth, but you still have a full file system
|
||
|
hierarchy tree the same way it is represented on the host that has
|
||
|
been backuped. That makes it easy to restore. The only disadvantage of
|
||
|
this method is, that hardlinks on the host are not preserved (but
|
||
|
softlinks and anything else are).
|
||
|
|
||
|
For monitoring your backups, you can provide an email address to get
|
||
|
notification in case of error and there is an Icinga (Nagios) pluging
|
||
|
provided.
|