README
author nathan
Sat, 29 Dec 2007 15:28:22 +0100
branchtrunk
changeset 9 d6649fe2a4e0
parent 8 a306b5e43b44
child 15 a9348bf5f6e7
permissions -rw-r--r--
Added tag 0.7.0 for changeset a306b5e43b44
nathan@4
     1
cdbackup, cdrestore - CD archive utilities version 0.6.4beta
nathan@4
     2
Copyright (c) 2000-2004 Craig Condit, Stefan Hülswitt. All rights reserved.
nathan@0
     3
nathan@0
     4
This software is released under a BSD-style license - see the LICENSE file.
nathan@0
     5
nathan@0
     6
cdbackup and cdrestore are a pair of utilities designed to facilitiate
nathan@4
     7
streaming backup to and from CD-R(W)/DVD-R(W) disks.  Specificially, they were
nathan@4
     8
designed to work with dump/restore, but tar/cpio/afio/whatever you want should
nathan@0
     9
work, so long as it writes to stdout for backups and reads from stdin for
nathan@0
    10
restores.
nathan@0
    11
nathan@4
    12
NOTE: this program REQUIRES that a recent version of cdrecord (or
nathan@4
    13
cdrecord-ProDVD for DVD support) be present in the PATH.
nathan@0
    14
nathan@0
    15
See manpages for further details.
nathan@0
    16
nathan@0
    17
nathan@0
    18
INSTALL:
nathan@0
    19
--------
nathan@0
    20
nathan@0
    21
Look at the Makefile, adjust options as you like. The default
nathan@0
    22
install location is under /usr/local.
nathan@0
    23
nathan@0
    24
make
nathan@0
    25
make strip      (optionaly)
nathan@0
    26
make install
nathan@0
    27
nathan@0
    28
nathan@0
    29
DISCLAIMER:
nathan@0
    30
-----------
nathan@0
    31
nathan@0
    32
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
nathan@0
    33
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
nathan@0
    34
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
nathan@0
    35
DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
nathan@0
    36
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
nathan@0
    37
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
nathan@0
    38
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
nathan@0
    39
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
nathan@0
    40
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
nathan@0
    41
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
nathan@0
    42
SUCH DAMAGE.
nathan@0
    43
nathan@0
    44
nathan@0
    45
CONTACT:
nathan@0
    46
--------
nathan@0
    47
nathan@4
    48
Project maintainer is: Stefan Hülswitt <s.huelswitt@gmx.de>
nathan@0
    49
Homepage:              http://www.muempf.de/
nathan@0
    50
nathan@0
    51
Any comments, suggestions, bug reports, patches and fixes
nathan@0
    52
welcome.