wok view rsnapshot/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents
children
line source
1 Rsnapshot is a filesystem snapshot utility based on rsync.
2 Rsnapshot makes it easy to make periodic snapshots of local machines,
3 and remote machines over ssh.
4 The code makes extensive use of hard links whenever possible, to greatly
5 reduce the disk space required.
7 Depending on your configuration, it is quite possible to set up in just
8 a few minutes.
9 Files can be restored by the users who own them, without the root user
10 getting involved.
12 There are no tapes to change, so once it's set up, your backups can happen
13 automatically untouched by human hands.
14 And because rsnapshot only keeps a fixed (but configurable) number of
15 snapshots, the amount of disk space used will not continuously grow.
17 It is written entirely in perl with no module dependencies, and has been
18 tested with versions 5.004 through 5.16.3.
19 It should work on any reasonably modern UNIX compatible OS.
21 Rsnapshot was originally based on an article called Easy Automated
22 Snapshot-Style Backups with Linux and Rsync, by Mike Rubel.