[Bacula-users] webacula 7 no jobs run?

2014-12-17 Thread Jochen Graf
Hallo, I have a Bacula version 7 installed. Webacula 7 is installed. Unfortunately, I get an error message when you start a job in Webgui. download https://github.com/tim4dev/webacula -- /* * convert two dimensional $res2dim to one dimension array $res1dim * для ко

Re: [Bacula-users] Backing up 3 remote locations

2014-12-17 Thread Dimitri Maziuk
On 12/17/2014 06:49 PM, Damien Hull wrote: > · Can I “seed” the backup process by copying data to a drive and moving that to the bacula server? This would be done before I start the backup process on bacula. If you have a more efficient way of doing it, like netapp snapmirror or zfs incremental s

Re: [Bacula-users] Backing up 3 remote locations

2014-12-17 Thread Heitor Faria
> · Can I “seed” the backup process by copying data to a drive and moving that > to the bacula server? This would be done before I start the backup process > on bacula. You don't really need to do anything, since Bacula is responsible to copy data from the clients to the storage daemon (socket co

Re: [Bacula-users] Backing up 3 remote locations

2014-12-17 Thread Damien Hull
Thanks for the info. I should clarify and say that the remote sites are connected over a VPN connection. ·Can I “seed” the backup process by copying data to a drive and moving that to the bacula server? This would be done before I start the backup process on bacula. ·Is there a

Re: [Bacula-users] Backing up 3 remote locations

2014-12-17 Thread Heitor Faria
> I’m brand new to bacula. Here’s what I’m trying to do. Hey Mr. Damien: welcome. > 1. I have windows servers in 3 remote locations that I need to backup > 2. Is there a recommended way to do this? I was hoping for a central backup > server for everything. Ok. Bacula Director will have to acce

[Bacula-users] Backing up 3 remote locations

2014-12-17 Thread Damien Hull
I'm brand new to bacula. Here's what I'm trying to do. 1. I have windows servers in 3 remote locations that I need to backup 2. Is there a recommended way to do this? I was hoping for a central backup server for everything. 3. Does bacula do deduplication? I'm hoping deduplicatio

Re: [Bacula-users] Adding a client remotely

2014-12-17 Thread Romeo Theriault
If you're using chef I'd suggest splitting out each of your client config files into their own conf file and use chef templates to create them. Then have a cron script check if there are any new/changed conf files and reload the director config if their are. This is what I do. On Wed, Dec 17, 2014

[Bacula-users] Adding a client remotely

2014-12-17 Thread Roberto Leibman
I was able to successfully install bacula. Now the next step. I use chef to spin up various systems on aws, I need to back up each of these systems. I am able to manually go to the bacula box and add my clients. Is there a way to programatically (scripts, bconsole, whatever) register a client

Re: [Bacula-users] beginner Bacula questions

2014-12-17 Thread Carl G. Riches
On Mon, 15 Dec 2014, Martin Simmons wrote: On Fri, 12 Dec 2014 14:00:13 -0800 (PST), Carl G Riches said: On Fri, 12 Dec 2014, Carl G. Riches wrote: On Fri, 12 Dec 2014, Radosław Korzeniewski wrote: Hello, 2014-12-09 22:58 GMT+01:00 Carl G. Riches : 28-Nov 13:45 backuphost.localdomain

Re: [Bacula-users] general question to robocopy and bacula

2014-12-17 Thread J. Echter
Am 17.12.2014 um 15:28 schrieb Markus Rosjat: > Hello List, > > my simple question is: > > If I have data that gets copied from a remote location to the > bacupserver with robocopy and bacula is running a job on the directory > while robocopy is changing it could that cause bacula to fail the job

Re: [Bacula-users] Purge question

2014-12-17 Thread Ana Emília M . Arruda
Hi Joe, Nice to hear that! I prefer using Purge/Truncate/Recycle than deleting volumes. You´re welcome. Best regards, Ana On Wed, Dec 17, 2014 at 1:14 PM, Polcari, Joe (Contractor) < joe_polc...@cable.comcast.com> wrote: > > Ana, > > I guess that accomplishes the same thing as what I did yester

Re: [Bacula-users] Purge question

2014-12-17 Thread Polcari, Joe (Contractor)
Ana, I guess that accomplishes the same thing as what I did yesterday. Before you answered me with the correct method, I used bat to set the retention time to 0 days for all the volumes containing only the cancelled job, after marking them purged (too late for changing the Pool option as you sugg

Re: [Bacula-users] Purge question

2014-12-17 Thread Polcari, Joe (Contractor)
This is what I’ll do, thanks! From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com] Sent: Wednesday, December 17, 2014 9:49 AM To: Polcari, Joe (Contractor) Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] Purge question Hi Joe, I would like to add some information here. I

Re: [Bacula-users] general question to robocopy and bacula

2014-12-17 Thread Richard Fox
Hi, I'm sorry, I responded too soon. I'm not in fact, using robocopy (presumably on Windows?). I'm using rsync on Linux. Thanks, Rich. On Wed, 17 Dec 2014, Richard Fox wrote: > Hi, > > No, it shouldn't fail. I'm backing up a filesystem in which that very > situation is happening. It completed

Re: [Bacula-users] general question to robocopy and bacula

2014-12-17 Thread Richard Fox
Hi, No, it shouldn't fail. I'm backing up a filesystem in which that very situation is happening. It completed fine twice last night while data was still streaming in. Thanks, Rich. On Wed, 17 Dec 2014, Markus Rosjat wrote: > Hello List, > > my simple question is: > > If I have data that gets

[Bacula-users] general question to robocopy and bacula

2014-12-17 Thread Danixu86
I really don't know if fails, but anyway, is a bad idea read a file while another program is writing in same file. Probably you will get corrupted files on your backup. Greetings!! +-- |This was sent by danielmadri...@gmail.com

Re: [Bacula-users] Purge question

2014-12-17 Thread Ana Emília M . Arruda
Hi Joe, I would like to add some information here. Instead of deleting these volumes, if you have your pool configured for recycling, you can have your pools configured with the "Action On Purge = truncate" option. This way, when you purge a volume, Bacula will truncate it and avoid wasting of dis

[Bacula-users] general question to robocopy and bacula

2014-12-17 Thread Markus Rosjat
Hello List, my simple question is: If I have data that gets copied from a remote location to the bacupserver with robocopy and bacula is running a job on the directory while robocopy is changing it could that cause bacula to fail the job with an r/w error ? regards -- Markus Rosjatfon:

Re: [Bacula-users] LTO speed optimisation

2014-12-17 Thread Roberts, Ben
Hi Alan, > It isn't a problem as long as you close off all tapes with smaller block > sizes _before_ reconfiguring bacula for the larger block size. That's great, thanks for letting me know; it's not clear from the manual that that should work. I won't be able to make this change right now as I'