diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-14 18:02:34 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-14 18:02:34 +0000 |
commit | 45a91a78ee810e42c7190dd8c7bca071ce07a484 (patch) | |
tree | c60a283aa4ace3deeb635938165b9f524fbfa4f3 /sysutils/Makefile | |
parent | 9260a0c7d0c8984d0ce6950787b9317c2180e761 (diff) |
Add rsnapshot 1.0.9, 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
PR: 60873
Submitted by: Ralf van Dooren <r.vdooren@snow.nl>
Notes
Notes:
svn path=/head/; revision=98166
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 64e73b6a2d64..2f2b704abc1d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -294,6 +294,7 @@ SUBDIR += rmonitor SUBDIR += roottail SUBDIR += rotate + SUBDIR += rsnapshot SUBDIR += rtty SUBDIR += ruby-log4r SUBDIR += ruby-quota |