Hi,
I am trying to backup approx 25 Gb of data to a Quantum DLT7000 tape
unit. I have configured an amanda backup server and the client.
Currently amcheck show no problems found and backups do take place. The
oddities begin when I check the report that is sent to me after amanda
has completed it's backup. Amanda's report shows that only 3605 Mb are
backed up. When I check with amrecover, I can see that the files I
backed up are indexed. Can someone please explain why I am getting such
a low number reported back to me by amanda when I am attempting to
backup such a large amount of data? Is there a way to check the actual
size of the backup on the tape? I am using FreeBSD for both my client
and server. I have included some important files below. Thanks in
advance.
-Chad Morland
Backup Report
----------------
These dumps were to tape DailySet1-1.
The next tape Amanda expects to use is: DailySet1-1.
STATISTICS:
Total Full Daily
-------- -------- --------
Estimate Time (hrs:min) 0:04
Run Time (hrs:min) 0:11
Dump Time (hrs:min) 0:08 0:08 0:00
Output Size (meg) 3605.0< 3605.0< 0.0
Original Size (meg) 3605.0< 3605.0 < 0.0
Avg Compressed Size (%) -- -- --
Filesystems Dumped 1 1 0
Avg Dump Rate (k/s) 8106.7 8106.7 --
Tape Time (hrs:min) 0:08 0:08 0:00
Tape Size (meg) 3605.0 3605.0 0.0
Tape Used (%) 11.6 11.6 0.0
Filesystems Taped 1 1 0
Avg Tp Write Rate (k/s) 8099.8 8099.8 --
NOTES:
taper: tape DailySet1-1 kb 3691552 fm 1 [OK]
DUMP SUMMARY:
DUMPER STATS TAPER STATS
HOSTNAME DISK L ORIG-KB OUT-KB COMP% MMM:SS KB/s MMM:SS
KB/s
-------------------------- --------------------------------- -----------
-
backup.inque -/filedumps 0 36915203691520 -- 7:358106.7
7:368099.8
(brought to you by Amanda version 2.4.2p2)
amanda.conf
--------------
org "DailySet1" # your organization name for reports
mailto "[EMAIL PROTECTED]" # space separated list of operators at
your site
dumpuser "amanda" # the user to run dumps under
inparallel 4 # maximum dumpers that will run in parallel (max
63)
# this maximum can be increased at compile-time,
# modifying MAX_DUMPERS in server-src/driverio.h
netusage 6000 Kbps # maximum net bandwidth for Amanda, in KB per
sec
dumpcycle 1 day # the number of days in the normal dump cycle
runspercycle 5 # the number of amdump runs in dumpcycle days
# (4 weeks * 5 amdump runs per week -- just
weekdays)
tapecycle 1 tapes # the number of tapes in rotation
# 4 weeks (dumpcycle) times 5 tapes per week
(just
# the weekdays) plus a few to handle errors that
# need amflush and so we do not overwrite the
full
# backups performed at the beginning of the
previous
# cycle
bumpsize 20 Mb # minimum savings (threshold) to bump level 1 ->
2
bumpdays 1 # minimum days at each level
bumpmult 4 # threshold = bumpsize * bumpmult^(level-1)
etimeout 7200 # number of seconds per filesystem for
estimates.
dtimeout 7200 # number of idle seconds before a dump is
aborted.
ctimeout 30 # maximum number of seconds that amcheck waits
# for each client host
tapebufs 20
runtapes 1 # number of tapes to be used in a single run of
amdump
tapedev "/dev/nrsa0" # the no-rewind tape device to be used
rawtapedev "/dev/rsa0" # the raw device to be used (ftape only)
changerdev "/dev/null"
tapetype DLT-IV # what kind of tape it is (see tapetypes below)
labelstr "^DailySet1-[0-9][0-9]*$" # label constraint regex: all
tapes must match
holdingdisk hd1 {
comment "main holding disk"
directory "/dumps/amanda" # where the holding disk is
use -100 Mb # how much space can we use on it
chunksize 1 Gb # size of chunk if you want big dump to be
}
infofile "/usr/adm/amanda/DailySet1/curinfo" # database DIRECTORY
logdir "/usr/adm/amanda/DailySet1" # log directory
indexdir "/usr/adm/amanda/DailySet1/index" # index directory
define tapetype DLT-IV {
comment "DLT-IV 35 GB"
length 31000 mbytes
filemark 1000 kbytes
speed 5000 kbytes
}
define dumptype global {
comment "Global definitions"
index yes
}
define dumptype always-full {
global
program "GNUTAR"
comment "Full dump of this filesystem always"
compress none
priority high
dumpcycle 0
index yes
}
define interface local {
comment "a local disk"
use 1000 kbps
}
define interface le0 {
comment "10 Mbps ethernet"
use 4000 kbps
}
disklist
-------
backup.domain.com /data/filedumps always-full
File info
--------
backup# pwd
/data/filedumps
backup# ls -al
total 24394878
drwxr-xr-x 2 amanda amanda 512 Jun 25 16:18 .
drwxr-xr-x 3 amanda amanda 512 Jun 25 12:07 ..
-rw------- 1 amanda amanda 29786112 Jun 25 12:07 d0.dump
-rw------- 1 amanda amanda 167346176 Jun 25 12:18 d1.dump
-rw------- 1 amanda amanda 1584037888 Jun 25 12:37 d16.dump
-rw------- 1 amanda amanda 678690816 Jun 25 12:16 d2.dump
-rw------- 1 amanda amanda 531496960 Jun 25 12:43 d3.dump
-rw------- 1 amanda amanda 8496447488 Jun 25 14:25 d4.dump
-rw------- 1 amanda amanda 9378660352 Jun 25 16:18 d5.dump
-rw------- 1 amanda amanda 4107599872 Jun 25 17:07 d6.dump
-rwxr-xr-x 1 amanda amanda 164 Jun 25 12:07 dump.sh
-rw-r--r-- 1 amanda amanda 25 Jun 25 12:07 filesystems
-rw-r--r-- 1 amanda amanda 4829 Jun 25 12:07 output.log