./wip/flexdump, Flexible backup tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1nb1, Package name: flexbackup-1.2.1nb1, Maintainer: pkgsrc-users

Flexbackup is a flexible backup tool.

Features:
o Easy to configure
o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
o Full and numbered levels of incremental backup (acts like "dump")
o Compression and buffering options for all backup types
o Does remote filesystems (over rsh/ssh; no special service)
o Package delta mode can backup files not owned by rpm,
or owned+changed files.
o Writes to tapes, on-disk archive files, or on-disk directory trees
o Keeps a table of contents so you know what archives are on each tape
o Nice log files

Software needed:
o perl
o fileutils, findutils (a "find" capable of using the -regex switch)
o one or more of
dump/restore, afio, GNU tar, star, pax, cpio, zip
o mt (if using tapes)
o gzip, bzip2, lzop, or compress (optional)
o buffer (optional) [needs patches or recompile for 2+GB file support]


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d2a56ce6a3770498ef96ffbf75f65026b04f492c
Filesize: 78.279 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:07 by othyro | Files touched by this commit (67)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-09-29 00:36:19 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-04-20 15:36:35 by Aleksey Cheusov | Files touched by this commit (67)
Log message:

man is replaced with ${PKGMANDIR}
   2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
   2006-01-17 11:20:45 by Roland Illig | Files touched by this commit (33)
Log message:
Removed the quotes around SUBST_MESSAGE.* where they were unnecessary.
   2005-11-02 19:00:10 by Thomas Klausner | Files touched by this commit (85)
Log message:
"wip" is not a valid category -- please use the standard pkgsrc ones.

Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
   2005-09-28 15:01:43 by Roland Illig | Files touched by this commit (3)
Log message:
Switched to the PKG_SYSCONFDIR framework. Fixed pkglint warnings.