Bug#297690: amanda-server: amtoc manpage misleading

2005-03-03 Thread Herbert Thielen
 The usage section of amtoc(8) suggests:
 
  amdump DailySet1 ; logdir=`amgetconf DailySet1 logdir` ;
  log=`ls -1t $logdir/log.*.[0-9] | head -1` ; amtoc -a $log
 
 This doesn't work as the START taper lines are in the log files
 amdump.* only, not in the log.* files.

Hmmm, seems it wasn't a SW or man page problem, but a configuration
problem.

I removed the logfile entry from amanda.conf and added the appropriate
logdir entry, and now it seems to work fine.

Probably the example amanda.conf for DailySet1 should be updated
according to /usr/share/doc/amanda-common/examples/amanda.conf.gz.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#297690: amanda-server: amtoc manpage misleading

2005-03-02 Thread Herbert Thielen
Package: amanda-server
Version: 1:2.4.4p3-2
Severity: minor

The usage section of amtoc(8) suggests:

amdump DailySet1 ; logdir=`amgetconf DailySet1 logdir` ;
log=`ls -1t $logdir/log.*.[0-9] | head -1` ; amtoc -a $log

This doesn't work as the START taper lines are in the log files
amdump.* only, not in the log.* files.

The example works as following:
amdump DailySet1 ; logdir=`amgetconf DailySet1 logdir` ;
amtoc -a $logdir/amdump.1
as amdump.1 is always the last amdump log file.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages amanda-server depends on:
ii  amanda-common1:2.4.4p3-2 Advanced Maryland Automatic Networ
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]