> You are using gnutar.
> It's slow (es. an incremental with gzip compression)
> Make sure you have set your timeout to something large
>
> I have dtimeout set to 1800 .
>
> Also, did you check /tmp/amanda on the client for debug files
> (sendbackup.*.debug ) ?
> If so, what's in the last (timewise) sendbackup.*.debug files ?
> There should be one for sdc1 and one for sda2.
>
> Kind regards,
> --
> Gerhard den Hollander Phone +31-10.280.1515
It's solved, I hope ;)
I started this command manually
time /bin/gtar --create --directory /raid --listed-incremental
/usr/local/amanda242/var/amanda/gnutar-lists/machinesdc1_0.new --sparse
--one-file-system --ignore-failed-read --totals --file /dev/null --exclude-from
/usr/local/amanda242/exclude.gtar .
/raid has about 17G
and time said:
real 421m18.894s
user 223m18.650s
sys 7m54.520s
so I think I need to set dtimeout to more.
thank you all
tom