Hi Joshua

I am using a dump disk and these backups are all local. I am using the 
following compressions to ensure that the data actually fits on a disk.

define dumptype tgz-best {
     program "GNUTAR"
     options compress-best, index
     priority high
     dumpcycle 0
}

define dumptype tgz-fast {
     program "GNUTAR"
     options compress-fast, index
     priority high
     dumpcycle 0
}

define dumptype tar {
     program "GNUTAR"
     options no-compress, index
     priority medium
     dumpcycle 0
}


Joshua Baker-LePain wrote:
> 
> The first thing to do, if at all possible, is to use a holding disk.  
> Given that your run time=dump time+tape time, it appears you aren't using 
> one.  A holding disk big enough for your two largest partitions can 
> *significantly* speed things up.
> 
> Next you need to look at your clients, your network, etc.  E.g. you're 
> using software compression -- are you doing it on the clients?  How fast 
> are they?  Is your network throughput with other apps good?
> 
> This isn't an amanda problem per se (except for the holding disk), but one 
> of looking at your resources.
> 
> 


-- 
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-|
Bartho Saaiman
Cellphone * Work       +27 72 341 8626 * +27 21 808 2497 ext 204
Stellenbosch Automotive Engineering         http://www.cae.co.za
|-=-=-=-=-=-=-=< registered linux user 236001 >-=-=-=-=-=-=-=-=-|

Reply via email to