1829904 Members
2266 Online
109993 Solutions
New Discussion

Re: Backup problem

 
Fadia Almarei
Super Advisor

Backup problem

Dear All

I have Ultinum tape drive directly connected Dell power edge 2850 server with redhat enterprise AS v.4 , the backup operation is very slow, backup 27GB data took 10 hours which is seems to be incorrect , what sould i check to solve this problem
fadia.marei
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Backup problem

What are you backing up? A lot of very small files could take more time that one big file.

What is the backup software that you are using? What is the block size used?

You can try backing up test data using:

time dd if=/dev/zero of=/dev/st0 bs=256k count=4096
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Fadia Almarei
Super Advisor

Re: Backup problem

I usr tar command for backup , i use the default block size , i try to backup one large file (2GB) and it took half an hour and backup number of files with total size of 27GB and it took 6 hours.
fadia.marei
Florian Heigl (new acc)
Honored Contributor

Re: Backup problem

the default blocksize (512bytes I guess) might hurt performance, but I'm not sure if to that extent; still, try raising it to 64kish...
yesterday I stood at the edge. Today I'm one step ahead.