Re: [Bacula-users] UC Bacula Pointers

2019-11-08 Thread Mattinson David via Bacula-users
In most circumstances it will be saved at the point the backup starts.  That is
If the file is not there at the start then it will not be in the backup
If you started editing a file after the backup starts the backup will contain 
your original (unedited file).
If you are writing a file when the backup starts you will have a partial file 
in the backup (probably not too much use)

There are some options to avoid this default actions, like avoiding snapshots 
or avoiding VSS for Windows, but in most circumstances the above will be what 
you get.

The FileSet resource has a compression=GZIP or LZO options resource which you 
could set to compress as you went along.  Compressing the files manually will 
increase the manual burden with any restore.  Also you can only really deal 
with volumes that bacula considers Full or Used.  There may be other things, 
but I don't use anything other than tapes.

Dave M
-Original Message-

Hello Everyone,

I'm a relatively new Bacula programmer looking for some pointers and helpful 
documentation. I've checked out the Bacula user guide and still have some 
remaining questions. Here are some of the topics I'm looking for more 
information on:

*What happens to the Bacula backup process when a new file is added to 
the target fileset directory while the backup is being taken? Will that cause 
Bacula to throw an error or will the new file be ignored until the next backup 
is taken?

*Once we have the Bacula backup taken, is there any issue with 
converting the format of the backup file into a tar or tar.gz file for storage 
purposes? I can't imagine the process of Tar/Untar would cause the backup 
volumes to become incompatible with Bacula, but I wanted to double check with 
someone more knowledgeable.

If this is the wrong format or there is a better place to ask these types of 
questions, please let me know and I will act accordingly.

Houston Burrow
This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ retains 
personal data relating to our customers and partners for the 
purposes of conducting a business relationship, communicating
and marketing to them as well as to providing invitations to 
upcoming events.  
Please see our Privacy Notice ( https://www.qinetiq.com/Privacy-Policy )
for further information.  In accordance with our Privacy Notice, you
have the right to withdraw your consent at any time. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  https://www.qinetiq.com.


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] TAPE backups

2017-10-23 Thread Mattinson David
On three separate networks I have
TandbergData (I think they are NEOs now) T24 with 2 SAS LTO-5 drives
TandbergData StorageLoader with LTO-5 drive
Quantum LTO-3 standalone drive (obviously a lot less on that one)

Best wishes.

Dave Mattinson
Eng/Tech/Sci

This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] No scheduled jobs - bacula 7.0.4

2016-09-29 Thread Mattinson David
I cannot see anywhere that status schedule is a valid command.  I suspect it is 
translated to something like 'status storage', but I may be wrong on that as my 
status storage doesn't mention scheduled jobs.  If you just want to know the 
next scheduled jobs just do a 'status dir'.  The first few lines should give 
you what you want.

Dave

> Hi ALL,

> I am trying to setup Bacula 7.0.4 on Ubuntu 16.04. I can take manual backups 
> and run restore jobs successfully, however I am not been able to implement 
> scheduled jobs 
>although I have defined a schedule in my bacula-dir.conf.

> Issuing "status schedule" on bconsole yields "No scheduled jobs" , Here is my 
> config

This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] UC Problem with Second Pool

2016-09-15 Thread Mattinson David
I would try Recycle = yes in pool definition or set one of the purged volumes 
status to recycle and see if it will mount then.

Dave

Pool {
  Name = Pool4
  Pool Type = Backup
  Recycle = no   # Bacula can automatically recycle Volumes
  AutoPrune = no # Prune expired volumes
  Volume Retention = 40 days
  Maximum Volumes = 100   # Limit number of Volumes in Pool
}
This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] "column "volabytes" does not exist"

2015-10-19 Thread Mattinson David
root@pisces:/usr/local/share/bacula# ./update_postgresql_tables

Looks like you are running it as root.  Do it as the bacula user/role, normally 
called bacula

su - bacula
/usr/local/share/bacula/ update_postgresql_tables

Or use the -c su option if your security doesn't allow above.

Dave
This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
& Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Unable to identify volume by mediaId

2009-05-15 Thread Mattinson David
I have just updated Bacula-2.2.8 to 3.0.1 and am having a little
trouble.
Running on Solaris 10 10/08, postgreSQL 8.3

When I try to update a volume using mediaID rather than volume name I
get an error.

Update volume
1 (status)

| 109 | DS.016 | Append|   1 |   629,992,129,536 |
658 |8,812,800 |   1 |0 | 0 | DLTS4 | 2009-05-08
07:30:04 |
| 110 | DS.018 | Recycle   |   1 |   564,595,411,968 |
587 |8,812,800 |   1 |0 | 0 | DLTS4 | 2008-10-31
07:38:51 |
Enter *MediaId or Volume name: 109
sql_get.c:1029 Media record for Volume "109" not found.

Using Volume name works perfectly.

Did
update_bacula_tables & grant_bacula_privileges after update.

Anything I might have missed?

Dave
The information contained in this E-Mail and any subsequent 
correspondence is private and is intended solely for the intended 
recipient(s).  The information in this communication may be 
confidential and/or legally privileged.  Nothing in this e-mail is 
intended to conclude a contract on behalf of QinetiQ or make QinetiQ 
subject to any other legally binding commitments, unless the e-mail 
contains an express statement to the contrary or incorporates a formal Purchase 
Order.

For those other than the recipient any disclosure, copying, 
distribution, or any action taken or omitted to be taken in reliance 
on such information is prohibited and may be unlawful.

Emails and other electronic communication with QinetiQ may be 
monitored and recorded for business purposes including security, audit 
and archival purposes.  Any response to this email indicates consent 
to this.

Telephone calls to QinetiQ may be monitored or recorded for quality 
control, security and other business purposes.

QinetiQ Limited
Registered in England & Wales: Company Number:3796233
Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
Trading address: Cody Technology Park, Cody Building, Ively Road, Farnborough, 
Hampshire, GU14 0LX, United Kingdom 
http://www.qinetiq.com/home/notices/legal.html

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Delay between end of despool and spooling again

2009-05-14 Thread Mattinson David
 

The information contained in this E-Mail and any subsequent 
correspondence is private and is intended solely for the intended 
recipient(s).  The information in this communication may be 
confidential and/or legally privileged.  Nothing in this e-mail is 
intended to conclude a contract on behalf of QinetiQ or make QinetiQ 
subject to any other legally binding commitments, unless the e-mail 
contains an express statement to the contrary or incorporates a formal Purchase 
Order.

For those other than the recipient any disclosure, copying, 
distribution, or any action taken or omitted to be taken in reliance 
on such information is prohibited and may be unlawful.

Emails and other electronic communication with QinetiQ may be 
monitored and recorded for business purposes including security, audit 
and archival purposes.  Any response to this email indicates consent 
to this.

Telephone calls to QinetiQ may be monitored or recorded for quality 
control, security and other business purposes.

QinetiQ Limited
Registered in England & Wales: Company Number:3796233
Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
Trading address: Cody Technology Park, Cody Building, Ively Road, Farnborough, 
Hampshire, GU14 0LX, United Kingdom 
http://www.qinetiq.com/home/notices/legal.html
Date: Wed, 13 May 2009 09:50:42 -0400
From: "K. M. Peterson" 
Subject: Re: [Bacula-users] Delay between end of despool and spooling
again
To: Mattinson David 
Cc: bacula-users@lists.sourceforge.net
Message-ID:
<44b17ca60905130650g113b04d9vfd372ecdd4165...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Dave,

A really interesting question this is.  I can't answer it.

But, I would ask you this: if the spooling time elapsed is near to the
despool time, then why spool at all?

Our setup was set up originally with all jobs spooled (and we have the
same
Quantum Superloader/Drive that you do); I realized after 8 months that
some
of the jobs were able to acquire data quickly enough that they did not
need
to use spooling at all - and for those jobs, we dropped the backup time
by
over 50%.

_KMP

**

The reason I use spooling is that I use only one backup device (the
autoloader) and one pool for all my backups.  The other clients I have
are
1. Windows 2003 connected by 100M Ethernet
2. Solaris 2.6 connected by 10M Ethernet
3. Windows XP SP2

Spooling has been proved to be the more efficient in (1) and absolutely
essential in (2).  Solaris 2.6 and Windows XP don't have enough data to
cause a spool again, Windows 2003 has a similar effect to the
director/storage server local drives, but the generation of the full
spool file takes longer.  I thought the local data had less complication
when run on it's own to isolate the problem.

On reviewing the spool.c code, the only obvious points where a delay may
occur are in the set_jr_job_status or dir_send_job_status if a director
(or its TCP port) has gone to sleep for some reason.

Dave
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Delay between end of despool and spooling again

2009-05-12 Thread Mattinson David
Hi

I have installed Bacula-3.0.1 (gcc 3.4.3) on a Solaris 10 10/08 Sun
T5420 server with a Quantum Superloader DLT-S4 attached. postgreSQL
database.

I use a spool area of 5GB and the backup always progresses to normal
completion & no btape issues.

The normal sequence of events for a local 360GB data set involves
repeating

Spooling 5GB data 4-5 mins
Despooling 5GB data 5-7 mins

The period between the spooling ending message and spooling again varies
from next to nothing, which I would expect, and 33 minutes.  That is the
difference between

08-May 22:48 server-sd JobId 4044: Despooling elapsed time = 00:05:23,
Transfer rate = 16.23 M bytes/second

and

08-May 23:14 server-sd JobId 4044: Spooling data again ...

This is run when the server is otherwise quiet, but results in a backup
that I would expect to take less than 4 hours is close to 18, which
means I can't run it during the week.

Is there anything obvious I'm missing?

Dave
The information contained in this E-Mail and any subsequent 
correspondence is private and is intended solely for the intended 
recipient(s).  The information in this communication may be 
confidential and/or legally privileged.  Nothing in this e-mail is 
intended to conclude a contract on behalf of QinetiQ or make QinetiQ 
subject to any other legally binding commitments, unless the e-mail 
contains an express statement to the contrary or incorporates a formal Purchase 
Order.

For those other than the recipient any disclosure, copying, 
distribution, or any action taken or omitted to be taken in reliance 
on such information is prohibited and may be unlawful.

Emails and other electronic communication with QinetiQ may be 
monitored and recorded for business purposes including security, audit 
and archival purposes.  Any response to this email indicates consent 
to this.

Telephone calls to QinetiQ may be monitored or recorded for quality 
control, security and other business purposes.

QinetiQ Limited
Registered in England & Wales: Company Number:3796233
Registered office: 85 Buckingham Gate, London SW1E 6PD, United Kingdom
Trading address: Cody Technology Park, Cody Building, Ively Road, Farnborough, 
Hampshire, GU14 0LX, United Kingdom 
http://www.qinetiq.com/home/notices/legal.html

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users