From owner-cvs-all@FreeBSD.ORG Wed May 4 13:29:26 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C6716A4CE; Wed, 4 May 2005 13:29:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FD943D39; Wed, 4 May 2005 13:29:26 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j44DSlV6052475; Wed, 4 May 2005 13:28:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j44DSluL052474; Wed, 4 May 2005 13:28:47 GMT (envelope-from pav) Message-Id: <200505041328.j44DSluL052474@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 4 May 2005 13:28:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dirvish Makefile distinfo pkg-descr pkg-plist ports/sysutils/dirvish/files patch-00-dirvish-freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 13:29:26 -0000 pav 2005-05-04 13:28:47 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dirvish Makefile distinfo pkg-descr pkg-plist sysutils/dirvish/files patch-00-dirvish-freebsd Log: 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 Revision Changes Path 1.649 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/dirvish/Makefile (new) 1.1 +2 -0 ports/sysutils/dirvish/distinfo (new) 1.1 +78 -0 ports/sysutils/dirvish/files/patch-00-dirvish-freebsd (new) 1.1 +9 -0 ports/sysutils/dirvish/pkg-descr (new) 1.1 +6 -0 ports/sysutils/dirvish/pkg-plist (new)