[Bacula-users] How to write one job to two storage devices simultaneously

2011-10-21 Thread Rushdhi Mohamed
How to write one job to two storage devices simultaneously??

I have a large amount of data to backup and I choose Bacula to automate
them.

 I have to storage devices one is NAS and other one is a tape drive.

My problem is, when I run a backup job , it should write to NAS and tape at
the same time.

How it is possible ?

Thanks in Advance
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem backup Exchange 2010

2011-10-21 Thread Carlo Filippetto
Thank's to all,

I used the ClientrunPreScript to make the Excahge backup  throught wbadmin
as Jilian suggest, but the dimension increase of 20/30%.. my db is 105Gb and
after the wbadmin the backup is 135Gb
I don't have all this space..

There's a way to compress it during the backup? on thecknet I don't find
nothing
the other solution is going to commercial backup

Thank's





2011/10/17 Fahrer, Julian jul...@fahrer.net

 I am using a run before script that uses windows backup to create a backup
 of the exchange server and backup the created image.
 For example:

 wbadmin start backup -backupTarget:\\nas01\backup_sbs2008 -include:c:,f:,g:
 -vssfull -allCritical -quiet -user:backup -password:

 Kind regards

 Julian

 -Ursprüngliche Nachricht-
 Von: Joseph L. Casale [mailto:jcas...@activenetwerx.com]
 Gesendet: Montag, 17. Oktober 2011 12:24
 An: bacula-users
 Betreff: Re: [Bacula-users] Problem backup Exchange 2010

 I have a client that upgrade his infrastructure with Exchange 2010.
 If I enable the exchange Plugins the backup fails
 
 Client is Windows 2008 R2 (64bit)
 Server - centos + 5.0.1 (24 February 2010) i686-pc-linux-gnu redhat
 
 What I have to do make it work?

 I do this with a vss script that creates and exposes a snapshot of the
 drives that the exchange stores Its data on, but as the DB's are small at
 about 30gig I always do fulls every day. After the backup, it releases the
 exposed drive and drops the snapshot.

 This flushes the transaction logs and is perfectly valid backup, I verify
 the restore in a mock environment once and a while and it works well.

 jlc


 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security threats,
 fraudulent activity and more. Splunk takes this data and makes sense of it.
 Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2d-oct
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2d-oct
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to write one job to two storage devices simultaneously

2011-10-21 Thread Phil Stracchino
On 10/21/11 04:49, Rushdhi Mohamed wrote:
 How to write one job to two storage devices simultaneously??

Bacula does not - yet - have this capability.

 I have a large amount of data to backup and I choose Bacula to automate
 them.
 
 I have to storage devices one is NAS and other one is a tape drive.
 
 My problem is, when I run a backup job , it should write to NAS and tape
 at the same time.
 
 How it is possible ?

The NAS will be VERY much faster than the tape drive.  Could you run the
backup to your NAS, and then run a copy job to the tape drive after it
completes?  This will also free up your client faster.

Caveat:  The NAS and the tape drive MUST be controlled by the same
storage daemon for this to work.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Dimitri Gourdon
Hi,

Nobody can help me on this problem ?

Le 14/10/2011 11:02, Dimitri Gourdon a écrit :
 Hi all,

 I use Bacula 5.0.2 on debian stable 6.0.2.
 I want to setup a fileset to match some directories to backup. The 
 directories are like this :

 ...
 /data/backup/DB-ADMIN-2011-10-12/
 /data/backup/DB-ADMIN-2011-10-13/
 /data/backup/DB-ADMIN-2011-10-14/
 ...

 And everyday a new directory is created.

 So my fileset :

 FileSet {
   Name = X
   Include {
 Options {
   signature = SHA1
   compression=GZIP
   wild = /data/backup/DB-ADMIN*/
 }

   }
 }

 My problem is that no file match ! I think it's a problem with the 
 fileset wildcard cause everything (!) else work well. I've tried a lot 
 of things, read documentation, search on google, etc... I cannot do 
 this ! Can someone help me ???

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Fri Oct 14 05:02:23 -0400 2011:

Hi Dimitri,

wild = /data/backup/DB-ADMIN*/

Did you try wilddir?

http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#8672

Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302


--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Konstantin Khomoutov
On Fri, 21 Oct 2011 15:40:10 +0200
Dimitri Gourdon dgour...@itool.com wrote:

 Nobody can help me on this problem ?
There were two suggestions: [1]. Did you try them?
Did they work?

1. http://thread.gmane.org/gmane.comp.sysutils.backup.bacula.general/68165

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Martin Simmons
 On Fri, 21 Oct 2011 15:40:10 +0200, Dimitri Gourdon said:
 
 Le 14/10/2011 11:02, Dimitri Gourdon a écrit :
  Hi all,
 
  I use Bacula 5.0.2 on debian stable 6.0.2.
  I want to setup a fileset to match some directories to backup. The 
  directories are like this :
 
  ...
  /data/backup/DB-ADMIN-2011-10-12/
  /data/backup/DB-ADMIN-2011-10-13/
  /data/backup/DB-ADMIN-2011-10-14/
  ...
 
  And everyday a new directory is created.
 
  So my fileset :
 
  FileSet {
Name = X
Include {
  Options {
signature = SHA1
compression=GZIP
wild = /data/backup/DB-ADMIN*/
  }
 
}
  }
 
  My problem is that no file match ! I think it's a problem with the 
  fileset wildcard cause everything (!) else work well. I've tried a lot 
  of things, read documentation, search on google, etc... I cannot do 
  this ! Can someone help me ???
 
 Hi,
 
 Nobody can help me on this problem ?

You need to add a File = line inside the Include to tell Bacula where to
start.  Look at the FileSet Examples again.

http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION00188

__Martin

--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula setup using multiple disks...

2011-10-21 Thread ralste
Hai da, together!!

Could anyone provide us with an example script on how to setup bacula using 
multiple disks and automated labeling, please?

Thousands of thanks...

Ralf

:-

+--
|This was sent by stec...@lifebiosystems.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Documentation for virtual autochanger

2011-10-21 Thread ralste
Hai da, together!!

Does anybody got a documentation of the virtual autochanger?

Thousands of thanks...

Ralf

:-)))

+--
|This was sent by stec...@lifebiosystems.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] New Web Client for Bacula

2011-10-21 Thread oliveiraped
There is i new web client for bacula take a look here.

http://www.newitperson.com/reportula/

Best Regards to all

+--
|This was sent by oliveira...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users