Bacula-users

Re: [Bacula-users] Backup on Tape

2014-08-04 14:13:28
Subject: Re: [Bacula-users] Backup on Tape
From: "Roberts, Ben" <Ben.Roberts AT gsacapital DOT com>
To: "More, Ankush" <ankush.more AT capgemini DOT com>, "'bacula-users AT lists.sourceforge DOT net'" <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 4 Aug 2014 19:11:11 +0100
> 1) Can we tune bacula config files for maximize backup speed?
Turn on attribute spooling to save on database round-trips during the backup 
run (these will be inserted at the end). Try to measure where your bottleneck 
is and then see if you can do anything about it: read I/O on the FD machine, 
network throughput, write I/O on the SD machine.

> 2) Can bacula use both tape drive simultaneous backup for same pool?
You can use multiple drives to write multiple volumes from the same pool 
concurrently, but each drive would need to be writing for a different job. You 
cannot split a single job across multiple devices.

> 3) Any other suggestion/tips?
I had problems with big backups (multi-TB) taking too long (>6 days). I got 
around this by taking a block-level backup using the bpipe plugin instead of a 
file-level backup. I'm using ZFS, so send/recv but if you're using another 
system it could be done with LVM/Btrfs or even tar. These run much faster 
because the underlying disks can provide big sequential reads, and there's no 
need to deal with individual file metadata. The downside is not being able to 
restore individual files, and having to have enough scratch space to restore an 
entire backup if you need data from it. So it's a compromise, and it's up to 
you whether this would fit with your workload.

Regards,
Ben Roberts

P.S. This is the second time John Drescher has just beaten me to a posting 
today!

This email and any files transmitted with it contain confidential and 
proprietary information and is solely for the use of the intended recipient.  
If you are not the intended recipient please return the email to the sender and 
delete it from your computer and you must not use, disclose, distribute, copy, 
print or rely on this email or its contents.  This communication is for 
informational purposes only.  It is not intended as an offer or solicitation 
for the purchase or sale of any financial instrument or as an official 
confirmation of any transaction.   Any comments or statements made herein do 
not necessarily reflect those of GSA Capital. GSA Capital Partners LLP is 
authorised and regulated by the Financial Conduct Authority and is registered 
in England and Wales at Stratton House, 5 Stratton Street, London W1J 8LA, 
number OC309261. GSA Capital Services Limited is registered in England and 
Wales at the same address, number 5320529.


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>