extract. then the directory-structure came in. but after that, i had to wait a looooooooooooooooong time for the actual files to come in (really really long). and during this time, i had a LOT of network traffic between my backupserver and my workstation (i mean like 850kB/s continuously for 5-10 minutes). it's almost as if the whole /home was sent to my workstation or something. is this normal behaviour, or does anybody recognize it? or have i possibly compiled or ./configure'd amanda completely wrong?
Yes, the whole /home is sent to the workstation. This is done because if you made the backup with e.g. some special version of dump, the client knows how to unpack it. The server could be a completely different beast.
And even when using gnutar, which is the same format accross all architectures I know, it's not possible. How would the local gnutar
write to the remote machine? Remember, Amanda is just the scheduler/
invoker of the real backup program.
(If you have strong programming skills, you could add an utility to gnutar, that extracts only the wanted files, packs them again on the fly to send them over the network, where another gnutar program accepts only the useful bytes. And while you have built your expertise, you could do the same for all the dump variants. :-) )
-- Paul Bijnens, Xplanation Tel +32 16 397.511 Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512 http://www.xplanation.com/ email: [EMAIL PROTECTED] *********************************************************************** * I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, * * quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, * * stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, * * PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, * * kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... * * ... "Are you sure?" ... YES ... Phew ... I'm out * ***********************************************************************
