summaryrefslogtreecommitdiff
path: root/sysutils/tbku
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-26 18:28:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-26 18:28:52 +0000
commitee3f0fafd48f2a4616c885bf16673bd191017ab4 (patch)
tree647fe26cd313b0e11231f16e00605ea475a8fea2 /sysutils/tbku
parentUpdate to 2.22.5. (diff)
tbku is a utility script for producing "tarball" backups of some- or
all of your files. It is useful both for producing incremental backups or for systemwide images or "snapshots". The script can be run either from the command line or, more typically, as a cron job to automate system backup tasks. The central benefit of using 'tbku' over hand written tar commands is that 'tbku' is "table driven". You specify the set of files to back up in a table (a separate file). You can have as many of these "filesets" as you wish, corresponding to different kinds of backups you want done. 'tbku' will do backups automatically or manually, based on the name of the "fileset". This considerably simplifies automating backups, keeping backup logs, and generally maintaining an orderly backup environment. 'tbku' can also be used to capture system images which can then later be used to (re)provision other machines. PR: ports/121916 Submitted by: Tim Daneliuk <tbku@tundraware.com>
Notes
Notes: svn path=/head/; revision=212040
Diffstat (limited to 'sysutils/tbku')
-rw-r--r--sysutils/tbku/Makefile28
-rw-r--r--sysutils/tbku/distinfo3
-rw-r--r--sysutils/tbku/pkg-descr17
-rw-r--r--sysutils/tbku/pkg-plist17
4 files changed, 65 insertions, 0 deletions
diff --git a/sysutils/tbku/Makefile b/sysutils/tbku/Makefile
new file mode 100644
index 000000000000..248977cdaa29
--- /dev/null
+++ b/sysutils/tbku/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: tbku
+# Date Created: 19 March 2008
+# Whom: tundra
+#
+# $FreeBSD$
+#
+
+PORTNAME= tbku
+PORTVERSION= 1.115
+CATEGORIES= sysutils
+MASTER_SITES= http://www.tundraware.com/Software/tbku/
+
+MAINTAINER= tbku@tundraware.com
+COMMENT= A Tool For Incremental And Imaging Backups
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for f in WHATSNEW.txt tbku-license.txt tbku.html tbku.pdf tbku.ps tbku.txt \
+ Imaging-FreeBSD-With-tbku.txt Imaging-FreeBSD-With-tbku.html \
+ Imaging-FreeBSD-With-tbku.pdf Imaging-FreeBSD-With-tbku.ps \
+ Imaging-SUSE-Linux-With-tbku.txt Imaging-SUSE-Linux-With-tbku.html \
+ Imaging-SUSE-Linux-With-tbku.pdf Imaging-SUSE-Linux-With-tbku.ps
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/tbku/distinfo b/sysutils/tbku/distinfo
new file mode 100644
index 000000000000..6399c9fac2c5
--- /dev/null
+++ b/sysutils/tbku/distinfo
@@ -0,0 +1,3 @@
+MD5 (tbku-1.115.tar.gz) = 048efe26149fe6d29d8b3a9d0daf447a
+SHA256 (tbku-1.115.tar.gz) = 4f3d9879f9dc2d8b0fe60d9edfeca8751b67c39d5d118d783fcba3570b4a69f3
+SIZE (tbku-1.115.tar.gz) = 509504
diff --git a/sysutils/tbku/pkg-descr b/sysutils/tbku/pkg-descr
new file mode 100644
index 000000000000..9c5402ebd77f
--- /dev/null
+++ b/sysutils/tbku/pkg-descr
@@ -0,0 +1,17 @@
+'tbku' is a utility script for producing "tarball" backups of some- or
+all of your files. It is useful both for producing incremental backups
+or for systemwide images or "snapshots". The script can be run either
+from the command line or, more typically, as a cron job to automate
+system backup tasks.
+
+The central benefit of using 'tbku' over hand written tar commands is
+that 'tbku' is "table driven". You specify the set of files to back up
+in a table (a separate file). You can have as many of these "filesets"
+as you wish, corresponding to different kinds of backups you want
+done. 'tbku' will do backups automatically or manually, based on the
+name of the "fileset". This considerably simplifies automating
+backups, keeping backup logs, and generally maintaining an orderly
+backup environment.
+
+'tbku' can also be used to capture system images which can then
+later be used to (re)provision other machines.
diff --git a/sysutils/tbku/pkg-plist b/sysutils/tbku/pkg-plist
new file mode 100644
index 000000000000..036eddcac7ad
--- /dev/null
+++ b/sysutils/tbku/pkg-plist
@@ -0,0 +1,17 @@
+bin/tbku
+man/cat1/tbku.1.gz
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-FreeBSD-With-tbku.html
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-FreeBSD-With-tbku.pdf
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-FreeBSD-With-tbku.ps
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-FreeBSD-With-tbku.txt
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-SUSE-Linux-With-tbku.html
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-SUSE-Linux-With-tbku.pdf
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-SUSE-Linux-With-tbku.ps
+%%PORTDOCS%%%%DOCSDIR%%/Imaging-SUSE-Linux-With-tbku.txt
+%%PORTDOCS%%%%DOCSDIR%%/WHATSNEW.txt
+%%PORTDOCS%%%%DOCSDIR%%/tbku-license.txt
+%%PORTDOCS%%%%DOCSDIR%%/tbku.html
+%%PORTDOCS%%%%DOCSDIR%%/tbku.pdf
+%%PORTDOCS%%%%DOCSDIR%%/tbku.ps
+%%PORTDOCS%%%%DOCSDIR%%/tbku.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%