summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-06-27 12:03:05 +0000
committeragc <agc@pkgsrc.org>2003-06-27 12:03:05 +0000
commitb9fc2806105a13f600f412ba6fe94243dc8d0781 (patch)
tree04c2abda4a073450abd6aeb9b9db33e309bbc909 /doc
parente63fb3abf836845266e6a0ea71cb0d4b66784c2f (diff)
downloadpkgsrc-b9fc2806105a13f600f412ba6fe94243dc8d0781.tar.gz
Initial import of tob-0.25 into the NetBSD Packages Collection.
This has been placed in sysutils rather than archivers since it doesn't conform to the other archivers packages. The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. tob is a general driver for making and maintaining backups. Given a set of `volume definitions', it creates arj, tar or afio based backups, and stores them either to a device in /dev, or a file in the filesystem, to be burned to optical media later, moved off to other machines, etc. Through a straightforward configuration file, you can instruct tob to mount and unmount devices before beginning backups. tob supports full backups, differential backups (of the files which were changed since the last full backup), and incremental backups (of files changed since any previous backups). It lets you determine the size of the backup before actually making it, maintain listings of made backups, make remote backups and possibly more.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 61d4c92a7c2..bf040a0b2c7 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2600 2003/06/27 10:50:47 jmmv Exp $
+$NetBSD: CHANGES,v 1.2601 2003/06/27 12:03:05 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2582,3 +2582,4 @@ Changes to the packages collection and infrastructure in 2003:
Added afio-2.4.7 [agc 2003-06-27]
Updated gaim to 0.64nb1 [jmmv 2003-06-27]
Updated boehm-gc to 6.2 [jmmv 2003-06-27]
+ Added tob-0.25 [agc 2003-06-27]