[-]
[+]
|
Deleted |
amanda.spec
|
@@ -1,929 +0,0 @@
-%define _libexecdir %{_libdir}
-%{!?defconfig:%define defconfig DailySet1}
-%{!?indexserver:%define indexserver amandahost}
-%{!?tapeserver:%define tapeserver %{indexserver}}
-%{!?amanda_user:%define amanda_user amandabackup}
-%{!?amanda_group:%define amanda_group disk}
-
-Summary: A network-capable tape backup solution
-Name: amanda
-Version: 3.3.4
-Release: 1
-Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
-Source1: amanda.crontab
-Source4: disklist
-Source5: amanda-xinetd
-Source8: amandahosts
-Patch1: amanda-3.1.0-example.patch
-Patch2: amanda-3.1.1-xattrs.patch
-Patch3: amanda-3.1.1-tcpport.patch
-#Patch4: amanda-3.1.0-ftbfs.patch
-Patch5: amanda-3.1.1-bsd.patch
-Patch6: amanda-3.1-amrestore.patch
-License: BSD and GPLv3+ and GPLv2+ and GPLv2
-Group: Applications/System
-URL: http://www.amanda.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-
-BuildRequires: automake autoconf libtool
-BuildRequires: dump gnuplot cups samba-client tar grep fileutils rmt
-BuildRequires: gcc-c++ readline-devel
-BuildRequires: krb5-devel rsh openssh-clients ncompress mtx mt-st
-BuildRequires: perl-devel perl(ExtUtils::Embed) perl(Test::Simple)
-BuildRequires: glib2-devel openssl-devel swig bison flex
-BuildRequires: libcurl-devel
-Requires(pre): shadow-utils
-Requires(post): grep sed
-Requires: fileutils grep initscripts tar /bin/mail xinetd
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Obsoletes: amanda-devel < 2.6.1p2-5
-Provides: amanda-devel = 2.6.1p2-5
-
-%description
-AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
-backup system that allows the administrator of a LAN to set up a
-single master backup server to back up multiple hosts to one or more
-tape drives or disk files. AMANDA uses native dump and/or GNU tar
-facilities and can back up a large number of workstations running
-multiple versions of Unix. Newer versions of AMANDA (including this
-version) can use SAMBA to back up Microsoft(TM) Windows95/NT hosts.
-The amanda package contains the core AMANDA programs and will need to
-be installed on both AMANDA clients and AMANDA servers. Note that you
-will have to install the amanda-client and/or amanda-server packages as
-well.
-
-%package client
-Summary: The client component of the AMANDA tape backup system
-Group: Applications/System
-Requires: fileutils grep /sbin/service
-Requires(pre): amanda = %{version}-%{release}
-
-%description client
-The Amanda-client package should be installed on any machine that will
-be backed up by AMANDA (including the server if it also needs to be
-backed up). You will also need to install the amanda package on each
-AMANDA client machine.
-
-%package server
-Summary: The server side of the AMANDA tape backup system
-Group: Applications/System
-Requires: fileutils grep /sbin/service
-Requires(pre): amanda = %{version}-%{release}
-
-%description server
-The amanda-server package should be installed on the AMANDA server,
-the machine attached to the device(s) (such as a tape drive) where backups
-will be written. You will also need to install the amanda package on
-the AMANDA server machine. And, if the server is also to be backed up, the
-server also needs to have the amanda-client package installed.
-
-%prep
-%setup -q -n %{name}-%{version}
-#%patch1 -p1 -b .example
-#%patch2 -p1 -b .xattrs
-#%patch3 -p1 -b .tcpport
-#%patch4 -p1 -b .ftbfs
-#%patch5 -p1 -b .bsd
-#%patch6 -p1 -b .amrestore
-./autogen
-
-%build
-#export MAILER=/bin/mail CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS=-pie
-
-%configure --enable-shared \
- --disable-rpath \
- --disable-static \
- --disable-dependency-tracking \
- --disable-installperms \
- --with-amdatadir=%{_localstatedir}/lib/amanda \
- --with-amlibdir=%{_libdir} \
- --with-amperldir=%{perl_vendorarch} \
- --with-index-server=%{indexserver} \
- --with-tape-server=%{tapeserver} \
- --with-config=%{defconfig} \
- --with-gnutar-listdir=%{_localstatedir}/lib/amanda/gnutar-lists \
- --with-smbclient=%{_bindir}/smbclient \
- --with-amandates=%{_localstatedir}/lib/amanda/amandates \
- --with-amandahosts \
- --with-user=%amanda_user \
- --with-group=%amanda_group \
- --with-tmpdir=/var/log/amanda \
- --with-gnutar=/bin/tar \
- --with-ssh-security \
- --with-rsh-security \
- --with-bsdtcp-security \
- --with-bsdudp-security \
- --with-krb5-security
-
-make
-
-
-%install
-rm -rf ${RPM_BUILD_ROOT}
-
-make install BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn) DESTDIR=$RPM_BUILD_ROOT
-
-mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
-cp %SOURCE5 $RPM_BUILD_ROOT/etc/xinetd.d/amanda
-chmod 644 $RPM_BUILD_ROOT/etc/xinetd.d/amanda
-mkdir -p $RPM_BUILD_ROOT/var/log/amanda
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/amanda
-install -m 600 %SOURCE8 $RPM_BUILD_ROOT%{_localstatedir}/lib/amanda/.amandahosts
-
-ln -s %{_libexecdir}/amanda/amandad $RPM_BUILD_ROOT%{_sbindir}/amandad
-ln -s amrecover.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/amoldrecover.8
-
-pushd ${RPM_BUILD_ROOT}
- mv .%{_sysconfdir}/amanda/example .%{_sysconfdir}/amanda/%defconfig
- cp ${RPM_SOURCE_DIR}/amanda.crontab .%{_sysconfdir}/amanda/crontab.sample
- cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/%defconfig
- cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/%defconfig
-
- mkdir -p .%{_localstatedir}/lib/amanda/gnutar-lists
- mkdir -p .%{_localstatedir}/lib/amanda/%defconfig/index
- touch .%{_localstatedir}/lib/amanda/amandates
-popd
-rm -rf $RPM_BUILD_ROOT/usr/share/amanda
-find $RPM_BUILD_ROOT -name \*.la | xargs rm
-
-%check
-make check
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
-%pre
-/usr/sbin/useradd -M -N -g %amanda_group -o -r -d %{_localstatedir}/lib/amanda -s /bin/bash \
- -c "Amanda user" -u 33 %amanda_user >/dev/null 2>&1 || :
-/usr/bin/gpasswd -a %amanda_user tape >/dev/null 2>&1 || :
-
-%post
-/sbin/ldconfig
-[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
-
-%postun
-/sbin/ldconfig
-[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
-
-%post client -p /sbin/ldconfig
-
-%post server -p /sbin/ldconfig
-
-%postun client -p /sbin/ldconfig
-
-%postun server -p /sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%doc COPYRIGHT* NEWS README
- %config(noreplace) /etc/xinetd.d/amanda
-%attr(-,%amanda_user,%amanda_group) %{_libdir}/libamanda-*.so
- %{_libdir}/libamanda.so
- %{_libdir}/libamandad*.so
- %{_libdir}/libamar*.so
- %{_libdir}/libamglue*.so
- %{_libdir}/libamxfer*.so
- %{_libdir}/libndmjob*.so
- %{_libdir}/libndmlib*.so
-%attr(-,%amanda_user,%amanda_group) %dir %{_libexecdir}/amanda
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amandad
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amanda-sh-lib.sh
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amcat.awk
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amndmjob
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amplot.awk
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amplot.g
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/amplot.gp
-%attr(-,%amanda_user,%amanda_group) %{_libexecdir}/amanda/ndmjob
-
-%attr(-,%amanda_user,%amanda_group) %{_sbindir}/amandad
-%attr(-,%amanda_user,%amanda_group) %{_sbindir}/amaespipe
-%attr(-,%amanda_user,%amanda_group) %{_sbindir}/amarchiver
|
[-]
[+]
|
Deleted |
amanda-3.1-amrestore.patch
^
|
@@ -1,23 +0,0 @@
-diff --git a/server-src/amrestore.pl b/server-src/amrestore.pl
-index dfe521a..d3284ed 100755
---- a/server-src/amrestore.pl
-+++ b/server-src/amrestore.pl
-@@ -372,13 +372,14 @@ sub main {
- my ($err) = @_;
- return failure($err, $finished_cb) if $err;
-
-- $steps->{'next_file'}->();
-+ $steps->{'next_file'}->('extracted');
- };
-
- step next_file => sub {
-- # amrestore does not loop over multiple files when reading from
-- # holding or when outputting to a pipe
-- if ($opt_holding or $opt_pipe) {
-+ my ($extracted) = @_;
-+ # amrestore does not loop over multiple files when reading from holding
-+ # when outputting to a pipe amrestore extracts only the first file
-+ if ($opt_holding or ($opt_pipe and $extracted)) {
- return $steps->{'finished'}->();
- }
-
|
[-]
[+]
|
Deleted |
amanda-3.1.0-example.patch
^
|
@@ -1,16 +0,0 @@
-diff -up amanda-3.1.0/example/Makefile.am.example amanda-3.1.0/example/Makefile.am
---- amanda-3.1.0/example/Makefile.am.example 2010-06-01 21:21:59.000000000 +0200
-+++ amanda-3.1.0/example/Makefile.am 2010-06-23 15:53:42.693848261 +0200
-@@ -4,9 +4,9 @@ include $(top_srcdir)/config/automake/va
-
- amanda_dir = $(amdatadir)
- templatedir = $(amanda_dir)/template.d
--server_exampledir = $(amanda_dir)/example
--client_exampledir = $(amanda_dir)/example
--lbltempldir = $(amanda_dir)/example/label-templates
-+server_exampledir = $(sysconfdir)/amanda/example
-+client_exampledir = $(sysconfdir)/amanda/example
-+lbltempldir = $(sysconfdir)/amanda/example/label-templates
-
- template_in_FILE = \
- template.d/advanced.conf.in \
|
[-]
[+]
|
Deleted |
amanda-3.1.0-ftbfs.patch
^
|
@@ -1,12 +0,0 @@
-diff -up amanda-3.1.0/common-src/glib-util.c.ftbfs amanda-3.1.0/common-src/glib-util.c
---- amanda-3.1.0/common-src/glib-util.c.ftbfs 2010-06-01 21:22:19.000000000 +0200
-+++ amanda-3.1.0/common-src/glib-util.c 2010-06-23 17:34:18.580848540 +0200
-@@ -42,7 +42,7 @@ glib_init(void) {
- * is initialized) */
- #ifdef HAVE_LIBCURL
- # ifdef G_THREADS_ENABLED
-- g_assert(!g_thread_supported()); /* assert threads aren't initialized yet */
-+ /*g_assert(!g_thread_supported());*/ /* assert threads aren't initialized yet */
- # endif
- g_assert(curl_global_init(CURL_GLOBAL_ALL) == 0);
- #endif
|
[-]
[+]
|
Deleted |
amanda-3.1.1-bsd.patch
^
|
@@ -1,28 +0,0 @@
-diff -up amanda-3.1.1/example/amanda-client.conf.in.bsd amanda-3.1.1/example/amanda-client.conf.in
---- amanda-3.1.1/example/amanda-client.conf.in.bsd 2010-08-10 12:26:03.000000000 +0200
-+++ amanda-3.1.1/example/amanda-client.conf.in 2010-08-10 14:37:54.027754862 +0200
-@@ -17,8 +17,8 @@ tapedev "@EXAMPLE_TAPEDEV@" # your
- # auth - authentication scheme to use between server and client.
- # Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
- # "rsh" and "ssh".
--# Default: [auth "bsdtcp"]
--auth "bsdtcp"
-+# Default: [auth "bsd"]
-+auth "bsd"
-
- ssh_keys "" # your ssh keys file if you use ssh auth
-
-diff -up amanda-3.1.1/example/amanda-client-postgresql.conf.in.bsd amanda-3.1.1/example/amanda-client-postgresql.conf.in
---- amanda-3.1.1/example/amanda-client-postgresql.conf.in.bsd 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/amanda-client-postgresql.conf.in 2010-08-10 14:38:00.522754862 +0200
-@@ -16,8 +16,8 @@ tape_server "@DEFAULT_TAPE_SERVER@" # y
- # auth - authentication scheme to use between server and client.
- # Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
- # "rsh" and "ssh".
--# Default: [auth "bsdtcp"]
--auth "bsdtcp"
-+# Default: [auth "bsd"]
-+auth "bsd"
-
- # your ssh keys file if you use ssh auth
- ssh_keys "/var/lib/amanda/.ssh/id_rsa_amrecover"
|
[-]
[+]
|
Deleted |
amanda-3.1.1-tcpport.patch
^
|
@@ -1,29 +0,0 @@
-diff -up amanda-3.1.1/example/amanda-client.conf.in.tcpport amanda-3.1.1/example/amanda-client.conf.in
---- amanda-3.1.1/example/amanda-client.conf.in.tcpport 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/amanda-client.conf.in 2010-08-10 14:44:32.372879810 +0200
-@@ -22,3 +22,5 @@ auth "bsdtcp"
-
- ssh_keys "" # your ssh keys file if you use ssh auth
-
-+#resolves "resource temporarily unavailable" bug
-+unreserved-tcp-port 1025,65535
-diff -up amanda-3.1.1/example/amanda-client-postgresql.conf.in.tcpport amanda-3.1.1/example/amanda-client-postgresql.conf.in
---- amanda-3.1.1/example/amanda-client-postgresql.conf.in.tcpport 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/amanda-client-postgresql.conf.in 2010-08-10 14:44:41.423755630 +0200
-@@ -44,3 +44,6 @@ property "foo-PG-DATADIR" "/var/postgres
- # For this example:
- # archive_command = 'test ! -f /var/postgresql/archive/%f && cp %p /var/postgresql/archive/%f'
- property "foo-PG-ARCHIVEDIR" "/var/postgresql/archive"
-+
-+#resolves "resource temporarily unavailable" bug
-+unreserved-tcp-port 1025,65535
-diff -up amanda-3.1.1/example/amanda.conf.in.tcpport amanda-3.1.1/example/amanda.conf.in
---- amanda-3.1.1/example/amanda.conf.in.tcpport 2010-08-10 14:43:55.640754722 +0200
-+++ amanda-3.1.1/example/amanda.conf.in 2010-08-10 14:44:50.760880089 +0200
-@@ -761,3 +761,6 @@ define script-tool sc-email {
- # configurations.
-
- #includefile "@CONFIG_DIR@/amanda.conf.main"
-+
-+#resolves "resource temporarily unavailable" bug
-+unreserved-tcp-port 1025,65535
|
[-]
[+]
|
Deleted |
amanda-3.1.1-xattrs.patch
^
|
@@ -1,55 +0,0 @@
-diff -up amanda-3.1.1/example/amanda.conf.in.xattrs amanda-3.1.1/example/amanda.conf.in
---- amanda-3.1.1/example/amanda.conf.in.xattrs 2010-08-03 14:45:25.000000000 +0200
-+++ amanda-3.1.1/example/amanda.conf.in 2010-08-03 14:47:42.516753010 +0200
-@@ -718,6 +718,7 @@ define interface local {
- define application-tool app_amgtar {
- comment "amgtar"
- plugin "amgtar"
-+ property "XATTRS" "YES"
- #property "GNUTAR-PATH" "/path/to/gtar"
- #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
- #default from gnutar_list_dir setting in amanda-client.conf
-diff -up amanda-3.1.1/example/template.d/amanda-harddisk.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-harddisk.conf.in
---- amanda-3.1.1/example/template.d/amanda-harddisk.conf.in.xattrs 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/template.d/amanda-harddisk.conf.in 2010-08-03 14:47:17.027752940 +0200
-@@ -30,6 +30,7 @@ define dumptype global {
- define application-tool app_amgtar {
- comment "amgtar"
- plugin "amgtar"
-+ property "XATTRS" "YES"
- #property "GNUTAR-PATH" "/path/to/gtar"
- #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
- }
-diff -up amanda-3.1.1/example/template.d/amanda-single-tape.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-single-tape.conf.in
---- amanda-3.1.1/example/template.d/amanda-single-tape.conf.in.xattrs 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/template.d/amanda-single-tape.conf.in 2010-08-03 14:47:21.307753002 +0200
-@@ -37,6 +37,7 @@ define dumptype global {
- define application-tool app_amgtar {
- comment "amgtar"
- plugin "amgtar"
-+ property "XATTRS" "YES"
- #property "GNUTAR-PATH" "/path/to/gtar"
- #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
- }
-diff -up amanda-3.1.1/example/template.d/amanda-S3.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-S3.conf.in
---- amanda-3.1.1/example/template.d/amanda-S3.conf.in.xattrs 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/template.d/amanda-S3.conf.in 2010-08-03 14:47:26.723752659 +0200
-@@ -38,6 +38,7 @@ define dumptype global {
- define application-tool app_amgtar {
- comment "amgtar"
- plugin "amgtar"
-+ property "XATTRS" "YES"
- #property "GNUTAR-PATH" "/path/to/gtar"
- #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
- }
-diff -up amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in.xattrs amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in
---- amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in.xattrs 2010-06-29 19:09:55.000000000 +0200
-+++ amanda-3.1.1/example/template.d/amanda-tape-changer.conf.in 2010-08-03 14:47:30.827752997 +0200
-@@ -37,6 +37,7 @@ define dumptype global {
- define application-tool app_amgtar {
- comment "amgtar"
- plugin "amgtar"
-+ property "XATTRS" "YES"
- #property "GNUTAR-PATH" "/path/to/gtar"
- #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
- }
|
|
Deleted |
amanda-3.3.4.tar.gz
^
|
[-]
[+]
|
Deleted |
amanda-xinetd
^
|
@@ -1,23 +0,0 @@
-# default: off
-# description: The client for the Amanda backup system.\
-# This must be on for systems being backed up\
-# by Amanda.
-
-service amanda
-{
- socket_type = dgram
- protocol = udp
- wait = yes
- user = amandabackup
- group = disk
- server = /usr/sbin/amandad
-# Configure server_args for the authentication type you will be using,
-# and the services you wish to allow the amanda server and/or recovery
-# clients to use.
-#
-# Change the -auth= entry to reflect the authentication type you use.
-# Add amindexd to allow recovery clients to access the index database.
-# Add amidxtaped to allow recovery clients to access the tape device.
- server_args = -auth=bsd amdump
- disable = yes
-}
|
[-]
[+]
|
Deleted |
amandahosts
^
|
@@ -1,29 +0,0 @@
-# Allow access to amanda over the network. See 'man amanda'
-
-# 'ambackup' connects to 'amandad'. If your 'disklist' is correctly
-# set up, i.e. if it does not use 'localhost' but the fully qualified
-# domain name (FQDN) of the target machine, then you must put
-# the FQDN here. 'ambackup' must be run by user 'amandabackup', so we allow
-# access by user 'amandabackup'. Do not forget to add an 'only_from' line to
-# '/etc/xinet.d/amanda' to allow access to 'amandad' only from known
-# IP addresses.
-
-# replace mymachine.mydomain by the correct value and uncomment
-# mymachine.mydomain amandabackup
-
-
-# 'amrecover' connects to 'amandaidx', which uses the fully qualified
-# domain name when access is done from another machine. 'amrecover'
-# must be run by user 'root', so we allow access by user 'root'.
-
-# replace mymachine.mydomain by the correct value and uncomment
-# mymachine.mydomain root
-
-
-# 'amrecover' connects to 'amandaidx', which uses the bare machine
-# name w/o domain name when access is done from the same machine.
-# 'amrecover' must be run by user 'root', so we allow access by user
-# 'root'.
-
-# replace mymachine by the correct value and uncomment
-# mymachine root
|
[-]
[+]
|
Deleted |
disklist
^
|
@@ -1,69 +0,0 @@
-# sample Amanda2 disklist file, derived from CS.UMD.EDU's disklist
-#
-# If your configuration is called, say, "csd2", then this file normally goes
-# in /etc/amanda/csd2/disklist.
-#
-# File format is:
-#
-# hostname diskdev dumptype
-#
-# where the dumptypes are defined by you in amanda.conf.
-
-
-# At our site, root partitions have a different dumptype because they
-# are of lower priority; they don't contain user data, and don't change
-# much from the department prototype. In a crunch, they can be left for
-# last or skipped.
-
-## A SPARCstation 1+
-#salty sd0a comp-root
-#salty sd0g comp-user
-#salty sd1g comp-user
-#salty sd2a comp-root
-#salty sd2g comp-user
-#salty sd3c comp-user
-#
-## A DECstation 3100
-#slithy rz1a comp-root
-#slithy rz1g comp-user
-#slithy rz3a comp-root
-#slithy rz3g comp-user
-#
-## We don't run compression on the master host since it is going to be
-## busy enough running amanda.
-#master sd0a nocomp-root -1 local
-#master sd0g nocomp-user -1 local
-## note: -1 is a placeholder for the spindle number
-## the holding disk can't be dumped to itself, it uses a disktype that
-## specifies the "no-hold" option (see amanda.conf).
-#master sd1c holding-disk -1 local
-#
-## The chairman's disk is high priority to make sure it gets done.
-#bigwig sd0a comp-root
-#bigwig sd0g comp-high
-## Likewise the named databases in the root partition on our primary
-## nameserver. Also, compression is turned off because we don't want
-## to create any unnecessary load on this baby (it's only a Sun3).
-#bozo sd0a nocomp-high
-#bozo sd0g nocomp-user
-#bozo sd4c nocomp-user
-#
-## Dump Joe's NetBSD machine, with the mounted MS-DOS partition dumped
-## using tar.
-#joespc wd0a comp-root
-#joespc wd0e comp-user
-#joespc /msdos comp-user-tar
-#
-## Some really slow machines, like Sun2's and some Vaxstations, take
-## forever to compress their dumps: it's just not worth it.
-#
-## A Sun2
-#cleo sd0a nocomp-root
-#cleo sd0g nocomp-user
-## A VaxStation
-#susie rz8a nocomp-root
-#susie rz8g nocomp-user
-#
-## and so on ... well, you get the idea
-
-localhost /etc comp-root-tar
|