pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/rsnapshot rsnapshot is a filesystem backup ut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a035e0a185a
branches:  trunk
changeset: 481700:2a035e0a185a
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Oct 10 17:28:14 2004 +0000

description:
rsnapshot is a filesystem backup utility based on rsync.

Using rsnapshot, it is possible to take snapshots of your filesystems
at different points in time. Using hard links, rsnapshot creates the
illusion of multiple full backups, while only taking up the space of
one full backup plus differences. When coupled with ssh, it is possible
to take snapshots of remote filesystems as well.

diffstat:

 sysutils/rsnapshot/DESCR    |   7 +++++++
 sysutils/rsnapshot/Makefile |  35 +++++++++++++++++++++++++++++++++++
 sysutils/rsnapshot/PLIST    |   5 +++++
 sysutils/rsnapshot/distinfo |   4 ++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r eea74461ceba -r 2a035e0a185a sysutils/rsnapshot/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsnapshot/DESCR  Sun Oct 10 17:28:14 2004 +0000
@@ -0,0 +1,7 @@
+rsnapshot is a filesystem backup utility based on rsync.
+
+Using rsnapshot, it is possible to take snapshots of your filesystems
+at different points in time. Using hard links, rsnapshot creates the
+illusion of multiple full backups, while only taking up the space of
+one full backup plus differences. When coupled with ssh, it is possible
+to take snapshots of remote filesystems as well.
diff -r eea74461ceba -r 2a035e0a185a sysutils/rsnapshot/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsnapshot/Makefile       Sun Oct 10 17:28:14 2004 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/10 17:28:14 kim Exp $
+#
+
+DISTNAME=      rsnapshot-1.1.6
+CATEGORIES=    net
+MASTER_SITES=  http://www.rsnapshot.org/downloads/
+
+MAINTAINER=    kim%tac.nyc.ny.us@localhost
+HOMEPAGE=      http://www.rsnapshot.org/
+COMMENT=       Filesystem snapshot utility
+
+DEPENDS+=      rsync>=2.3.1:../../net/rsync
+
+GNU_CONFIGURE= yes
+USE_PERL5=     yes
+USE_PKGINSTALL=        yes
+
+.include "../../mk/bsd.prefs.mk"
+
+EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
+
+CONF_FILES+=   ${EGDIR}/rsnapshot.conf.default \
+               ${PKG_SYSCONFDIR}/rsnapshot.conf
+
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --with-perl=${PERL5}
+CONFIGURE_ARGS+=       --with-rsync=${LOCALBASE}/bin/rsync
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/rsnapshot ${PREFIX}/bin
+       ${INSTALL_MAN} ${WRKSRC}/rsnapshot.1 ${PREFIX}/man/man1
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/rsnapshot.conf.default ${EGDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r eea74461ceba -r 2a035e0a185a sysutils/rsnapshot/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsnapshot/PLIST  Sun Oct 10 17:28:14 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/10 17:28:14 kim Exp $
+bin/${PKGBASE}
+man/man1/${PKGBASE}.1
+share/examples/${PKGBASE}/${PKGBASE}.conf.default
+@dirrm share/examples/${PKGBASE}
diff -r eea74461ceba -r 2a035e0a185a sysutils/rsnapshot/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/rsnapshot/distinfo       Sun Oct 10 17:28:14 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/10 17:28:14 kim Exp $
+
+SHA1 (rsnapshot-1.1.6.tar.gz) = 6813c68df1ff82df79682c0aaa6012f189c7eeb5
+Size (rsnapshot-1.1.6.tar.gz) = 88871 bytes



Home | Main Index | Thread Index | Old Index