• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H07-May-2022-154107

man/H07-May-2022-768668

pkg-tools/H07-May-2022-4025

src/H07-May-2022-1,290990

test/H07-May-2022-632436

COMPLIANCEH A D06-Mar-20022.8 KiB9475

ChangeLogH A D06-Mar-20026.1 KiB214130

Makefile.inH A D03-May-20221.1 KiB5748

READMEH A D02-Mar-20022.6 KiB9361

TODOH A D02-Mar-20021,000 2819

cdbkup.diffH A D13-Jan-20023 KiB8783

cdcat_bsd.patchH A D18-Jan-2002447 2017

configureH A D03-Mar-200250.7 KiB1,7301,433

configure.inH A D03-Mar-20024 KiB142113

install-shH A D25-Dec-20014.7 KiB239152

linuxtar_13.patchH A D02-Mar-2002562 2017

README

1$Id: README,v 1.6 2002/02/28 12:34:22 bubuchka Exp $
2
3
4CDBKUP
5------
6The cdbkup suite includes five utilities - cdbkup, cdrstr, cdsplit,
7cdcat and cdappend.  Use the --help option or man pages for help.
8
9
10DEPENDENCIES
11------------
12For this package to work you must have installed at least perl,
13cdrecord, mkisofs, and GNU tar.  To do remote backups, you'll also
14need an ssh client.
15
16For view compatibility table refer to the COMPLIANCE file.
17
18
19INSTALLATION
20------------
21To install cdbkup, you must walk through two steps:
22
231. Configuring package.
24
25   The GNU tar version 1.13 has a bug with --listed-incremental. This bug
26   appears in Linux (Slackware 7, 8; other?).  See the COMPLIANCE file for
27   more info.  You can work around the problem by applying the provided
28   patch:
29
30   $ patch < linuxtar_13.patch
31
32   After this procedure you can configure whole package. In this step just
33   type:
34
35   $ ./configure
36
37   for basic configuration.
38   The configure script accepts the --with-snardir=DIR option. This DIR
39   is a directory which will contain any *.snar and *.info files.  The
40   user who makes backups must have write access to this directory.  For
41   security reasons, this directory should not have read/write
42   permissions for other.  You can define the user and group properties
43   with the --with-dumper=USER and --with-dumpgrp=GROUP options. The
44   default values are "root" and "operator" respectively.
45
46   $ ./configure --with-snardir=/usr/home/iam/snarfiles \
47       --with-dumper=iam --with-dumpgrp=mygroup
48
49
502. Installation.
51
52   After configuration made just install package with root privileges:
53
54   # make install
55
563. Enjoy!
57
58
59GET CDBKUP
60----------
61You can get the cdbkup utility in three ways.
62
631. HTTP.
64   http://cdbkup.sourceforge.net	- project main site
65   http://mishka.terabyte.com.ua	- mirror for releases (Ukraine, 10M/s)
66
672. FTP.
68   ftp://batraq.anything3d.com		- ftp mirror (Ukraine, 56K/s)
69
703. CVS.
71   cvs.cdbkup.sourceforge.net 		- Main CVS repository.
72
73   Login as "anonymous" in "CVS pserver":
74   $ cvs -d:pserver:anonymous@cvs.cdbkup.sourceforge.net:/cvsroot/cdbkup login
75
76   Next, do checkout with command:
77   $ cvs -z3 [-r TAG] -d:pserver:anonymous@cvs.cdbkup.sourceforge.net:/cvsroot/cdbkup co cdbkup
78
79   You can know available tags by browsing CVS repository at
80   http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cdbkup
81
82   Updates can be made with following command:
83   $ cvs -z3 [-r TAG] update -P -d
84
85   Please refer to Cederqvist or CVS documentation page for learning more:
86   http://www.cvshome.org/docs/
87
88
89DEVELOPERS
90----------
91John-Paul Gignac <jp@gignac.org>
92Mike M. Volokhov <mishka@terabyte.com.ua>
93