diff options
author | pav <pav@FreeBSD.org> | 2005-05-04 21:28:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-04 21:28:47 +0800 |
commit | e2b865cb5b841eec29fcbc250a4d7ab8fba02210 (patch) | |
tree | cdcc4159783784194d1535257b676a09a9f8812c /sysutils/Makefile | |
parent | 770e1ff8d7843692a6a62a324fa5c84b9d02f82c (diff) | |
download | freebsd-ports-gnome-e2b865cb5b841eec29fcbc250a4d7ab8fba02210.tar.gz freebsd-ports-gnome-e2b865cb5b841eec29fcbc250a4d7ab8fba02210.tar.zst freebsd-ports-gnome-e2b865cb5b841eec29fcbc250a4d7ab8fba02210.zip |
This is a network-based backup system based of of rync. It can do full and
incremental backups to a remote file server. It relies on rsync for the
host to host copy and uses hard links to provide multiple snapshots of the
data without duplicating identical files.
PR: ports/80582
Submitted by: Loren M. Lang <lorenl@alzatex.com>
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 4a454ee400ac..e99eee39b978 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -97,6 +97,7 @@ SUBDIR += di SUBDIR += dim SUBDIR += dirdiff + SUBDIR += dirvish SUBDIR += diskcheckd SUBDIR += diskmark SUBDIR += diskprep |