mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
45a91a78ee
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 PR: 60873 Submitted by: Ralf van Dooren <r.vdooren@snow.nl>
13 lines
451 B
Plaintext
13 lines
451 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
|
|
|
|
- Ralf van Dooren
|
|
r.vdooren@snow.nl
|