Hi,
I could not do backup big size directory.
The directory size is 1.9GB.
I use 4GB DDS2 tape.
I want to do backup 1.9GB directory into 4GB DDS2 tape.
My dumptype is comp-root-tar in amanda.conf file.
It is the following.
---------------------------------------
define dumptype root-tar {
global
program "GNUTAR"
comment "root partitions dumped with tar"
compress none
index yes
exclude list "/usr/local/lib/amanda/exclude.gtar"
priority low
}
define dumptype comp-root-tar {
root-tar
comment "Root partitions with compression"
compress client fast
}
----------------------------------------
I define backup directory in disklist file.
It is the follwing.
----------------------------------
aspone /contents comp-root-tar
----------------------------------
/contents has 1.9GB size.
logfile is the following.
START driver date 20020221
START planner date 20020221
INFO planner Adding new disk aspone:/contents.
START taper datestamp 20020221 label DailySet10 tape 0
FAIL planner aspone /contents 0 [Request to aspone timed out.]
FINISH planner date 20020221
WARNING driver WARNING: got empty schedule from planner
STATS driver startup time 900.130
INFO taper tape DailySet10 kb 0 fm 0 [OK]
FINISH driver date 20020221 time 919.011
Please tell me how to do backup big size directory(1.9GB) with using amanda.
Please give any idea.
Best regards,
Masafumi Hikawa