mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
5440f47995
Submitted by: remko (private communication)
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
rsnapshot is a filesystem snapshot utility based on rsync(1).
|
|
rsnapshot makes it easy to make periodic snapshots of local machines,
|
|
and remote machines over ssh. The code makes extensive use of hard links
|
|
whenever possible, to greatly reduce the disk space required.
|
|
|
|
It is written entirely in perl with no module dependencies, and has been
|
|
tested with versions 5.004 through 5.8.1.
|
|
|
|
WWW: http://www.rsnapshot.org
|