I have a new server running Windows 2012R2 with Hyper-V for running Windows
VM's. Rather than buy a separate server for running Bacula on, I'm thinking we
can use a SAN with an iSCSI connection to a Linux VM and run the director and
sd on that.
Is anyone doing this and could comment on the perf
>
> Tried this one 3 different servers, all fail. This worked when we were using
> director version 5.0.2. We are now using 5.2.13 , the client is 5.2.10, x64.
> The
> OS is 64-bit. If I use the x32 bit client I get a more clear error that
> indicates I
> must use the x64 bit client. The VSS
I'm documenting the restore procedure for a customer site. For offsite media, I
am backing up the catalogue to the offsite media, and then purging the records
for that media from the catalog (so that subsequent virtualfull backups don't
try and use the offsite media as a source, which leads to a
>
> When it does a full backup of one client (also running Mint 15) of
> around 40G it gets stuck on the "Sending spooled attrs to the Director.
> Despooling 151,437,267 bytes ...". This one step takes over eight hours
> to complete. For instance it started at 03:10 my time today and it's
> now
>
> Okay, I was asking about it only because I had seen the webmin interface
> with that option.
> However, if you want to backup some datas "forever" (and, then, delete
> them from the original source) what is the best procedure? Create a
> different pool every time you have to save something or
>
> > I've just started using btrfs on all backup media. Btrfs can use LZO
> > compressions so is quite fast and I'm much happier with the compression
> > load on the sd rather than on the fd.
>
> btrfs is still under development or I'm wrong?
Yes it is. It is highly recommended to use a rec
> Ways to resolution problem?
> 1. Backups uncompressed, then unpack volume with external tools,
> compress and pack again.
> (..How Bacula does operate with that again? No way..)
>
> What else?
>
> I want to store files in volumes compressed without losts network copy
> performance.
>
I've jus
>
> I am struggling to find a method of keeping consistent off-site without
> breaking easy restores.
>
> My planned schedule was as follows:
>
> First Sunday of Month: Full Backup to Disk
> Monday-Saturday: Incremental Backup to Disk
> Friday (after the incremental): Virtual Full Backup
In the past for setting up disk based backups I've used multiple physical disks
each with a single sd device on them and limited each device to a single job
at a time, and each fd backing up to its own pool, with one device per job.
This minimises seeks and fragmentation etc but does mean I'm m
> Hello list,
>
> I have this annoying situation: while restoring, after selecting the
> destination
> client, bacula proposes the following restore job parameters:
>
> JobName: RestoreFiles
> Bootstrap: /var/lib/bacula/hagrid-dir.restore.11.bsr
> Where: /home/restores
>
I needed to restore from some old disk media which had long since been purged
from the catalog. I bscan'd it back in and started a restore but it's taking
_ages_. Normally a restore from disk gets started in seconds and then is
basically limited by network/media speed. This restore seems to stil
>
> I get occasional "Fatal error: Cannot find previous jobids." messages, which I
> believe are due to the file records for a job having been purged. My pool
> definition says "Volume Retention = 29 days", and the docs say file retention
> defaults to 60 days and job retention defaults to 180 day
I get occasional "Fatal error: Cannot find previous jobids." messages, which I
believe are due to the file records for a job having been purged. My pool
definition says "Volume Retention = 29 days", and the docs say file retention
defaults to 60 days and job retention defaults to 180 days, yet i
> Hello,
>
> we do daily fullbackups for our database backups and currently I use
> software compression. The reason behind this is that I do disk2disk2tape and
> I want 2 weeks of backups readily on disk for fast restore.
>
> Four our databases we do the following (we have around 500 gig of DB
>
>
> Now that we know there is a way to use multiple disks without adding the
> 'moving symlink' script (thanks Kern),
>
> is there by any chance an undocumented trick to write two copies of the
> same job at once? (aka RAIT.) Like maybe listing two Pools in the JobDef?
>
Unlikely. Building redu
> Hi,
>
> I was wondering if there was any information about the performance
> difference between running Bacula with a Postgres database vs an
> SQLite database. I don't have any other need for a Postgres server,
> so if I can get Bacula to perform as well with SQLite as it does with
> Postgres,
> Hi all,
>
> there's noone that have used bacula with exchange 2013?
>
> I would like to know if I can use bacula plugins or I have to use script to
> backup it.
>
I wrote the original Exchange plugin for Exchange 2003. It uses the 'streaming
backup' interface of Exchange that is claimed not
>
> On Mon, Apr 29, 2013 at 08:33:42AM +, James Harper wrote:
> > When loading the data into postgresql absolutely crawled along
> (~50kb/second disk write speed with 100% iowait) I knew I had a problem.
> > Something, somewhere has changed in my system that absolut
> Hello James,
>
> It looks like you have found the most important things: turn on
> attribute spooling,
This actually made it worse. Instead of distributing the tiny little writes
throughout the backup job, it saved them all to the end when nothing else was
running. It would be nice if the nex
>
> On Thu, Apr 25, 2013 at 11:41:37PM +, James Harper wrote:
> > What could have gone wrong with my mysql to make this happen? I've
> tried rebooting it.
>
> You very likely use MySQL with MyISAM tables. This is a very bad
> combination for bacula. It will be
>
> My setup has suddenly slowed down when running virtualfull jobs. I don't
> think it's all virtualfull jobs as if I kill off the one that's stalled then
> a few more
> run okay until it hits another bad one.
>
> iostat on the sd shows pretty much nothing happening most of the time...
> bursts
My setup has suddenly slowed down when running virtualfull jobs. I don't think
it's all virtualfull jobs as if I kill off the one that's stalled then a few
more run okay until it hits another bad one.
iostat on the sd shows pretty much nothing happening most of the time... bursts
of 1MB/second
> Hello all,
>
> I am currently running Bacula 5.2.5 (the Windows Client I refer to is version
> 2.4.5).
> My aim is to restore a file with a size of 700MB using BAT, but everytime I
> try,
> only a file with a size of 0B is restored (although BAT says, everything was
> successful). A 30MB was su
isn't interrupted.
James
> -Original Message-
> From: James Harper [mailto:james.har...@bendigoit.com.au]
> Sent: Thursday, 7 March 2013 5:54 PM
> To: Dan Langille; Carlo Filippetto
> Cc: bacula-users
> Subject: Re: [Bacula-users] Best way to perform a backup for Sql
> >
> > I would use the T-SQL backup command to backup the sql database to a
> > file then have bacula backup that file. I have tried scripting dumps
> > however it seems that the T-SQL BACKUP / RESTORE works better than the
> > management studio scripting to .sql ( at least in my testing).
>
>
> Hi all,
> I trying to install bacula 5.2.10 on Windows 2012 server machine.
> The installation have always several problem on start-up the daemon, but
> when all is solved it seems to work.
> I use "estimate" and it works fine, but when I tried to make the first
> test-job:
>
Have you definite
> Hi James,
>
> i'll try that.
>
> How do you tell bacula which volumes it should use on the disks?
>
I forgot to mention that. I only have one volume on each disk. I suppose if you
had multiple volumes you would need to set overwrite protection such that
Bacula could only use one of them, eg
> Hi,
>
> i want to backup to usb disks every day, so i decided to install vchanger and
> use one usb disk for every day.
>
> my problem is that vchanger/bacula sometimes doesn't recognize my disks.
>
I tried vchanger for this once but couldn't get it to do what I wanted. I had
much more succe
>
> I am trying to restore some files from pruned volumes and I am having a bit
> of difficulties. I did run bscan like:
>
> bscan -b h34.bsr -h localhost -P -v -s -m -c bacula-sd.conf H23-
> DataStore-full
>
> Bscan finished normally and I went into bconsole, there I started the restore
> and
>
> While it might be that PayPal solves some trouble it also create some
> additional grief. We have no PayPal company account and probably never
> will, so the question is how to pay the binary fee without PayPal.
>
Last time I made a payment somewhere (ebay I think) I was able to use my credi
>
> And for the file volumes either:
>
> 12 x 600GB 15K SAS (RAID 5 or 6?) - faster disks (or is it in a raid 5?) and
> less
> space (approx 6TB)
>
> OR
>
> 12 x 2TB 7.2K SAS/SATA (RAID 10) - slower disks but more space (approx
> 11.18 TB)
>
If you are backing up over 1Gbit/s ethernet then y
>
> Hi,
>
> I ran some btape tests today to verify that I'd be improving throughput by
> changing blocksize from 256KB to 2MB and found that this does indeed
> appear to be true in terms of increasing compression efficiency, but it
> doesn't seem to affect incompressible data much, if at all. St
>
> I've found LTO drives of any variety rarely need cleaning. I've found that
> one
> cleaning tape will usually be sufficient for the life of a library. Your
> field
> support may very well be right.
>
The drive has an internal cleaning mechanism that is activated on load
http://en.wikipe
>
> Hello all,
>
> This is not likely a bacula questions, but in the chance that it is, or the
> experience on this list, I figured I would ask.
>
> We've been using LTO3 tapes with bacula for a few years now. Recently I've
> noticed how variable our tape capacity it, ranging from 200-800 Gb.
>
>
> Hello
>
> we tested a restore on a somewhat larger jobs (Windows 2003 client) with
> the following result:
>
> 10-Sep 21:28 bacula-test-dir JobId 116: Error: Bacula bacula-test-dir
> 5.2.10 (28Jun12):
>Build OS: x86_64-pc-linux-gnu ubuntu 12.04
>JobId:
> Using iperf I measured following performances :
>
> bacula-fd = the windows server 2008 R2 host, 1Gb/sec NIC bacula-dir = a linux
> ubuntu 10.04 PC, 1 100Mb/sec NIC bacula-sd = a linux ubuntu 10.04 server, 1
> Gbite/sec NIC
>
>
> iperf serveriperf clientPerformance
> Hi
>
> I have Bacula 5.01 Director installed on a Linux Ubuntu 10.04 server, and a
> Bacula 5.2.10 Client (Bacula-fd) running on a Windows Server 2008
> R2 SP1 server, with Hyper-V role installed. Purpose is her to backup the host
> server, not the virtual machines.
>
> Initially the backu
> Hello List
>
> i recently read about the NTFS change journal and its aim to support backups
> in finding files for incremental backups. Are there any plans to maybe include
> such a feature in the windows client? I suspect this would be really helpful
> on
> bigger sized filesystems with a lot
I have a backup_catalog_pre and backup_catalog_post scripts. The _pre script
just calls the catalog backup script so it can be backed up by the job. The
_post script is on the end of this email. It gathers any volumes associated
with jobs in the offsite pool and purges them. Then for good measur
> I have a problem with VirtualFull and I don't know whether this behavior is by
> design or I messed up my configuration:
>
> I'm trying to run a Virtualfull backup but bacula is trying to read the last
> virtualfull (which is stored offsite) so it fails. I thought bacula would
> construct
> a V
> Hi,
> i installed bacula-win32-5.2.6 on Windows 2008 x64. When i try to start the
> backup, the server logs say: "Fatal error: VSS was not initialized properly".
> As
> far as i read, i have to add the user that the bacula service is running
> under to
> the registry key (HKLM->System->currentC
>
> I've been using bacula to backup an exchange 2003 server for some time with
> success. You could say I'm an happy user :)
>
> Lately I noticed bacula started truncating logs on EVERY backup, also
> incrementals and differentials, when it should not.
>
> I'm not sure when this happened. I'm i
I want Bacula to simply cancel the job if no useable media is found. If the
current media is not yet past its retention period then it means the operator
hasn't put the disk in, and the job cannot run so it should cancel immediately.
I thought I could use Max Start Delay or Max Wait Time = but
> Bacula 5.0.2. For the following example job:
>
>
>
> more than one client is available to backup the (shared) storage. If I change
> the name of the client in the Job definition, a full backup always occurs the
> next time a job is run. How do I avoid this?
>
That's definitely going to confu
> Hello
>
> I'm a new starter with Bacula, I need to read some tapes written by Bacula
> with Backup-Exec 2010. I tryed to do this, but it seems that Backup-Exec can't
> read those tapes. On the Backup-Exec forums told me that BE can read all
> tapes written as .mtf format. My question is how can
> Thanks for the suggestions!
>
> We have a couple more questions that I hope have easy answers. So, it's
> been strongly suggested by several folks now that we back up our 200TB of
> data in smaller chunks. This is our structure:
>
> We have our 200TB in one directory. From there we have abou
> Hi folks.
>
> I'm rolling out my new Bacula network and I'm working on automating the
> config process.
>
> I already have a script on my Linux server using smbclient to pull the bacula-
> fd.conf from the windows client, extract the password, and then configure
> the client in bacula-dir.conf.
When I buy pretty much any external USB disk it comes formatted as NTFS.
Changing to ext3 or some other FS isn't a big deal, but has anyone done any
performance testing against ntfs-3g?
Thanks
James
--
Keep Your Develo
>
> I am trying to implement BACULA 5.2.5 on my company and so far, i managed
> to configure a server with several linux and windows clients and one AIX.
>
> I've done full backups without any errors on all clients.
>
> I just can't restore any files on windows clients using VSS.
>
> When i sta
>
> My bacula server is on a virtual machine, I pass my Tape Drive via iscsi to my
> bacula server. This tape drive is also shared sometimes with my older backup
> server in order to restore old backups.
Can you pass the tape drive through from the driver VM? Any enterprise
virtualisation should
> : line 35, col 24 of file C:\ProgramData\Bacula/bacula-fd.conf
>
> Name = @monitor_name@
>
Post the contents of the c:\programdata\bacula\bacula-fd.conf file, but I
suspect you just need to change the @monitor_name@ to the same as the director
name earlier in the config file bu
I backup to permanently attached USB disk (3 weeks retention of weekly full +
3x daily differentials) then to offsite USB disk (virtual full), and one of the
permanently attached disks has just failed. Is there a shortcut to tell Bacula
to purge all volumes on that disk (they aren't coming back)
> The closest thing to a custom "eject tape" builtin command in bconsole
I
> could came up with is this:
>
> # admin job to manually eject tape from within bconsole Job {
> Name = "TapeEject"
> Type = Admin
> FileSet = "LinuxDefaultSet"
> Client = serverlinux-fd
> Storage
> Regarding the disaster recovery, I have a suggestion for the bacula
team:
>
> Why not make the director write the bacula config files and any
relevant bsr
> files at the beginning of each tape?
> The space wasted on the tape to save these file would be very small.
>
A script to email the bsr f
>
> I'm migrating my tapes from an older slow drive to a newer one.
> I registred much stops of the new drive at the time of migration.
>
> I've not set an Spool Data directive to my migration job
configuration.
>
> Is it possible to have an Spool Data directive for migrating jobs?
>
> I'll che
>
> Hi forks:
> My OS is win 7 Ultimate simple Chinese 32 bit .
> When I double click bacula-win32-5.2.1.exe, I can see the
bacula-win32-
> 5.2.1.exe is running in window tasker.
> But no GUI is showed on the desktop .
> Any hints is appreciated.
> Thank you!
>
Is UAC on? It shouldn't make a di
Is anyone else getting poor performance from the 5.2.1 Windows FD? I
just upgraded a machine from 2.2.8 to 5.2.1 and the performance is
awful. A backup that should take less than an hour is still running
after 10 hours and is then cancelled due to exceeding the allowed
running time.
Alternatively,
>
> Being pretty new to bacula I'd first like to apologize for probably
stupiod
> questions. But I couldn't find proper answers yet:
>
> * The Exchange Plugin does not support 2010 yet, correct? Is
it going to be
> developed further?
>
> * I assume I should be able to backup Exch
>
> We have been running Bacula on Windows with VSS disabled, but would
like
> to turn it on for disaster recovery purposes. In our tests on a fully
patched
> version of Windows Server 2003, we are running into a problem where
files
> that can be backed up without VSS are being reported as "corru
Disregard. It's flying along now at the expected speeds. I blame sun
spots.
James
> -Original Message-
> From: James Harper [mailto:james.har...@bendigoit.com.au]
> Sent: Monday, 17 October 2011 4:14 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-use
I'm revisiting a remote backup, and am troubled by the fact that Bacula
appears to be making using of only a fraction of the available
bandwidth.
iperf tells me there is around 750KBits/second of usable TCP bandwidth
in the fd->sd direction, but Bacula only reports a Bytes/sec rate of
30Kbytes/sec
>
> In an effort to work around the fact that bacula kills long-running
jobs, I'm
> about to partition my backups into smaller sets. For example, instead
of
> backing up:
>
> /home
>
> I would like to backup the content of /home as separate jobs. For
example:
>
> /home/[0-9]*
>
Is there a way to make bacula write multiple spool files per job? Two
would do. What I'm seeing is that 4 jobs start, all hit their spool
limit around the same time, then all wait in a queue until the file is
despooled. The despool happens fairly quickly (much quicker than the
spooling due to netwo
> > In Exchange 2010, circular logging is the default.
> >
> >
>
> Circular logging is NOT the default in Exchange 2010
>
I think that's not true for Small Business Server 2011 (which includes
Exchange 2010). I'm pretty sure that by default it is on for SBS 2008
too (Exchange 2007). This means y
> > What error is Bacula giving? What errors are in the event logs?
> >
> > One thing - if Exchange is set to 'circular logging' then you will
> > have problems backing up.
> Not really. All circular logging means is that the old database log
files will be
> deleted before the next backup. In norma
> I have this error backing up Exchange on a Windows 2008 Standard 64
bit
> system.
> "HrESEBackupSetup" seems to be a Windows call. Bacula reports the
error
> and yet seems to back up the proper amount of data though I cannot
access
> it since it is flagged as failed. Microsoft has an article abou
> Maybe some of you have a good advice to give me...
>
> For quite a while we've backed up multiple Exchange servers with
different
> Bacula 5.x servers and although we have just managed to restore
Exchange
> 2007, we seem to be out of luck with Exchange 2003.
>
> While trying to restore directly
Is it possible to restore a catalog that contains that fileset? Maybe
there is a bug with restoring plugin data without a full copy of the
catalog.
James
> -Original Message-
> From: Duncan McQueen [mailto:dmcqu...@vomer.com]
> Sent: Wednesday, 17 August 2011 00:12
> To:
>
> I will try that. I did not the plugin wasn't loading, and I fixed
that.
> Now I am getting this error:
>
> JobId 598: Fatal error: DatabaseBackupInfo file must exist and must be
first
> in directory
>
That indicates that the file sequence is incorrect or DatabaseBackupInfo
file is missing
>
> One slight change I am doing is using regex to filter out only the
exchange
> portions. I am passing in "EXCHANGE" to the Regexp question.
>
Can you try just marking the /@EXCHANGE root directory?
James
--
uberSVN
> James,
>
> Are there any trips or techniques on restoring using the Exchange
plugin? I
> assume that one issue could be this is a new clean server we are
restoring to,
> and the plugin might be erroring out. Should I do a debug trace (and
what is
> the best way to do that keeping the service r
>
> The root job says "All File records purged". I know a full restore
brought
> back all files, except for the Exchange ones.
>
> We are restoring to a newly rebuilt machine so is there anything we
should be
> concerned about (settings, etc)?
Do you mean the job was purged and the rescanned?
That just looks like an incremental backup... is that the case?
James
> -Original Message-
> From: Duncan McQueen [mailto:dmcqu...@vomer.com]
> Sent: Thursday, 11 August 2011 07:02
> To: James Harper; Bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users]
>
> Has anyone gotten these errors:
>
> 2011-08-09 14:06:02 svr-fd JobId 575: Error:
> /tmp/bacula/bacula/src/findlib/mkpath.c:49 Cannot create directory
> /@EXCHANGE/Microsoft Information Store/First Storage Group/Mailbox
Store
> (VOMMAIN-SVR)/C:: ERR=Invalid argument
>
> 2011-08-09 14:21:26 sv
>
> Hi James,
>
> no problem.
>
> Just a question, why you don't try the latest version (5.1.0 alpha) ?
>
> This version include new features and is bug less.
>
I hadn't gotten that far yet. Does the 5.1.0 bacula-web work with 5.0.2
bacula?
James
>
> Following the links from the bacula.org web pages, I get to
http://bacula-
> web.dflc.ch/index.php/download/articles/bacula-web-503.html but the
download
> link on that page is 'Forbidden'
>
Ignore me. I was doing the download from the wrong machine - it was
behind a proxy server :(
James
Following the links from the bacula.org web pages, I get to
http://bacula-web.dflc.ch/index.php/download/articles/bacula-web-503.htm
l but the download link on that page is 'Forbidden'
James
--
Got Input? Slashdot Needs
>
> Is there a simple method to back these devices up?
>
If they sync to a PC then just backing up the backup on the PC would be
sufficient. If you are talking about backing them up over wireless or
something then that would be a pretty big drain on the battery and the
network...
James
---
> >> Disable software compression. The tape drive will compress much
faster
> >> than the client.
> >>
> > If you can find compressible patterns in the encrypted data stream
then
> > you are not properly encrypting it. The only option would be to
compress
> > before encryption which means you can't
> 2011/7/25 Rickifer Barros :
> > Hello Guys...
> >
> > This weekend I did a backup with a size of 41.92 GB that took 1 hour
and 24
> > minutes with a rate of 8.27 MB/s.
> >
> > My Bacula Server is installed in a IBM server connected in a Tape
Drive LTO4
> > (120 MB/s) via SAS connection (3 Gb/s).
> Hi!
>
> I have problem with Virtual full on one set of backups where it does
not give
> me a virtual full but a virtual diff instead.
>
> The last fullbackup was about 125 GB and an new estimate says that a
new full
> would be about 200 GB.
>
> When I ask i to produce a new VirtualFull it star
>
> no idea, if we can find out what triggered the original message. Without
> doing anything physical, I did an umount storage=LTO4 from bacula and then
> went and did a full btape rawfill without a single problem on the volume:
>
> *status
> Bacula status: file=0 block=1
> Device status:
>
> 3000 OK label. VolBytes=1024 DVD=0 Volume="FA0016" Device="LTO4" (/dev/nst0)
> Requesting to mount LTO4 ...
> 3905 Bizarre wait state 7
> Do not forget to mount the drive!!!
> 2011-07-10 03SD-loki JobId 6: Wrote label to prelabeled Volume "FA0016" on
> device "LTO4" (/dev/nst0)
> 2011-07-1
>
> Dear all,
>
> I have problems with the following fileset:
> File = "C:/"
> File = "D:/"
> File = "D:/windvsw1/DATEV/DATEN"
>
>
> The latter is a volume without a drive letter.
> How can I tell bacula that this is a volume for which VSS should be
used?
> I get the expected "cannont backup be
> Hi,
>
> just a short note to say that I've been testing Bacula's IPv6 support
of
> late and have generally found it to be good.
>
Not really directly bacula related, but one of the concerns I have with
switching to IPv6 for LAN scale traffic is the performance of the
various offload features i
> hi,
>
> i am running Bacula 5.0.2 on Debian Lenny amd64 with a Certance LTO2 streamer.
>
> since a while my backupjobs does not get finished, as bacula says
>
>
> 10-Jun 06:54 lx01-sd JobId 2422: Despooling elapsed time = 00:00:51, Transfer
> rate = 22.89 M Bytes/second
> 10-Jun 06:56 lx01-sd
> -Original Message-
> From: Christian Tardif [mailto:christian.tar...@servinfo.ca]
> Sent: Thursday, 9 June 2011 10:17
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Restore to Windows Client
>
> On 08/06/2011 00:57, James Harper wrote:
> On 08/06/2011 04:27, Jeremy Maes wrote:
> > Op 8/06/2011 6:12, Christian Tardif schreef:
> >> Hi all,
> >>
> >> I've configured the Windows client as per the documentation found
on the
> >> Internet. The only intended use for this client is for restore
purposes,
> >> as the data backed up comes f
>
> Let's say I would want to restore to c:\tmp\bacula-restores. How
should
> the Where clause be typed?
>
If the files were backed up from C:\dir1\dir2\dir3, and you tell bacula
to restore to C:\tmp\bacula-restores, it will restore to
C:\tmp\bacula-restores\c\dir1\dir2\dir3. You can use a regex
>
> A decent set of RAID0 SSD's for spooling/despooling data and will be
perfect!.
>
Are there any performance implications for SSD's when they get
fragmented?
James
--
EditLive Enterprise is the world's most technical
> The error I am getting is the following:
>
> bacula-dir Start Backup JobId 59,
Job=Backup_Exchange.2011-05-31_10.40.23_29
>
> Using Device "FileStorage"
>
>
> sbs-fd Warning: VSS was not initialized properly. VSS support is
disabled.
> ERR=An attempt was made to reference a token that does
>
> c) Be very very careful with this. I believe that the plugin doesn't
work
> properly. Specifically, it will restore from:
> * A full backup
> * A full backup, plus one incremental.
> But then it may not restore from:
> * A full backup, plus two incrementals.
> And be less and less
> Hi,
>
> you could use Priorities.
>
> Full Backup Priority = 1
> Incremental Priority = 2
>
> Priority 2 will always wait for Priority 1 Jobs to finish.
>
> Have a look at the Job Resource.
>
I think that that still schedules the job concurrently though, so if the
Full hasn't finished when
>
> hi everyone,
>
> i have a question about bacula job scheduling. I have a pretty simple
> schedule for my backup: do a full backup at the beginning at the month
> and then incremental ones every day:
>
>
> Schedule {
> Name = "DefaultCycle"
> Run = Incremental mon-sun at 23:05
> Run =
>
> Working on setting up Bacula backup of a fileserver, I can't make OneFS = no
> work. The server is running OpenIndiana and has a few terabytes of storage.
> The home directories under /tos-data/home/${username} are each a ZFS
> filesystem/dataset. The configuration below looks good to me, but
>
> On Fri, May 13, 2011 at 12:26:20PM -0400, John Drescher wrote:
> > > I was trying to set up bacula on my parents' laptop the other day
so
> > > that they could do proper backups to DVD+RW disks. Only it isn't
> > > working.
> > >
> > All I can say is the dvd writing code is alpha quality or ev
> Hi,
>
> I tried to Backup my Windows 2008 RC2 Server with the newest Bacula-FD
> 64 Bit Client. I´ve enabled VSS but I still get the follow Error Messages:
>
> Could not open directory "c:/Documents and
> Settings/Administrator/AppData/Local/Anwendungsdaten/Anwendungsdaten/Anwendung
> sdaten/An
> On Wed, 4 May 2011 08:17:18 -0400
> Mingus Dew wrote:
>
> > I am trying to install the latest Win64 client downloaded from
> > bacula.org on a Windows 2008 server. The application does appear to
> > install correctly, but when trying to start the service it fails to
> > start and generates
> Hey
>
> We have a few clients where we use bacula to make a backup to a remote
> cifs share (usually a windows fileserver).
> This is implemented as a File Storage device in the sd, with a
"requires
> mount = yes" and the necessary mount commands etc.
>
> Now this has never been an issue until
>
> Hello All,
>
> issuing run command in bconsole sometimes takes a long time, up to 20
> minutes, to respond.
>
> What could be the problem?
>
> Any hint would be highly appreciated.
>
If the job you are running needs a volume recycled then purging the
records can take quite a while and wil
1 - 100 of 460 matches
Mail list logo