summaryrefslogtreecommitdiff
path: root/sysutils/tob
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-27Initial import of tob-0.25 into the NetBSD Packages Collection.agc6-0/+140
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.