diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 04:22:30 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 04:22:30 +0000 |
commit | 1b9c475a42623b7918eb93d47b4d02cc2e88f87c (patch) | |
tree | ad721abe2c0b6823946f6c72e894456f895b4008 /sysutils/flexbackup/pkg-descr | |
parent | 25abf4b4a7d028a535c39c871464a0cdc1879f16 (diff) | |
download | ports-1b9c475a42623b7918eb93d47b4d02cc2e88f87c.tar.gz ports-1b9c475a42623b7918eb93d47b4d02cc2e88f87c.zip |
Flexbackup is a flexible "wrapper" around dump, cpio, afio, or tar which helps
automate doing tape backups (local or remote).
PR: 14108
Submitted by: John Reynolds <jreynold@primenet.com>
Notes
Notes:
svn path=/head/; revision=22218
Diffstat (limited to 'sysutils/flexbackup/pkg-descr')
-rw-r--r-- | sysutils/flexbackup/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/flexbackup/pkg-descr b/sysutils/flexbackup/pkg-descr new file mode 100644 index 000000000000..5c26631cf6ce --- /dev/null +++ b/sysutils/flexbackup/pkg-descr @@ -0,0 +1,17 @@ +Flexible backup script. + +Features: + o Easy to configure. + o Uses dump, afio, tar, or cpio with the flick of a switch. + o Backup, extract, compare, list modes. + o Compression and buffering options for all backup types. + o Full (0) and 1-9 levels of incremental backup (ala "dump"). + o Filesystem-oriented (won't traverse devices). + o Does remote filesystems (over rsh/ssh; no special service). + o Works with IDE/SCSI tapes + or Linux ftape (allows table of contents support) + or archive to normal files rather than device + o Nice log files. + + +WWW: http://members.home.com/edwinh/flexbackup/ |