Sure, here it is. Everything derived from pp 423 of the manual.

on the storage daemon:

Device {
 Name = disk                        #
 Media Type = file
 Device Type = file
 Archive Device = C:/bacula/backup_data
 AutomaticMount = yes               # when device opened, read it
 AlwaysOpen = yes
 RemovableMedia = no
 RandomAccess = yes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Spool Directory = C:/bacula/temp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
}

on the director daemon:

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = michaelpc
  FileSet = "docs"
  Schedule = "default"
  Storage = disk
  Messages = Standard
  Pool = Default
  Priority = 10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  SpoolData = yes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
}

Cheers,

Michael

On 10/29/07, David Gardner <[EMAIL PROTECTED]> wrote:
>
> Michael,
>
> I'd like that. The only stipulation is that I try it myself first. I have
> found the documentation a little confusing and may give up quicker than I
> like to admit.
>
> I do however need the reference for the information on spooling. Do you
> have that to start me off?
>
> /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
> David Gardner
> email: djgardner(at)yahoo.com
> Yahoo! IM: djgardner
> AIM: dgardner09
> "Everything is a learning experience, even a mistake."
>
> ----- Original Message ----
> From: Michael Lewinger <[EMAIL PROTECTED]>
> To: David Gardner <[EMAIL PROTECTED]>
> Sent: Monday, October 29, 2007 2:45:18 PM
> Subject: Re: [Bacula-users] Disk-to-disk-tape backups
>
> Sure,
>
> A pity bacula does not support resuming creation of spool files... I do
> have this slow connection problem as well, solved partially by spooling.
> Once it is finished the file does go straight to tape though. Do you need
> help with the spooling ?
>
> Michael
>
> On 10/29/07, David Gardner <[EMAIL PROTECTED]> wrote:
> >
> > Michael,
> >
> > I need the D2D2T feature or at the very least disk spooling because I am
> > stuck using an HP Ext. USB(v2) DAT72 drive and the links between servers are
> > slow. I suppose I could setup Rsync between the servers then fire off the
> > backup
> >
> > I've successfully used the backup to file feature but the remote disk to
> > tape fails consistently.
> >
> > /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
> > David Gardner
> > email: djgardner(at)yahoo.com
> > Yahoo! IM: djgardner
> > AIM: dgardner09
> > "Everything is a learning experience, even a mistake."
> >
> > ----- Original Message ----
> > From: Michael Lewinger <[EMAIL PROTECTED]>
> > To: David Gardner < [EMAIL PROTECTED]>
> > Sent: Monday, October 29, 2007 1:05:09 PM
> > Subject: Re: [Bacula-users] Disk-to-disk-tape backups
> >
> > Hi David,
> >
> > Maybe it can, maybe it can't but I'm sure it can be emulated. bacula's
> > volumes on disk (media type = file) for instance are similar to tape
> > streams, so technically speaking you can use bacula's own "duplicate backup"
> > mechanism for making a backup to disk and to tape immediately after which
> > looks more or less like d2d2t to me. Mind, this is not using disk spooling
> > which is a different feature altogether.
> >
> > What feature of d2d2t is so important ?
> >
> > Michael
> >
> > On 10/29/07, David Gardner < [EMAIL PROTECTED] > wrote:
> > >
> > > Hey Gang,
> > >
> > > Can Bacula handle D2D2T backups?
> > >
> > > /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
> > > David Gardner
> > > email: djgardner(at)yahoo.com
> > > Yahoo! IM: djgardner
> > > AIM: dgardner09
> > > "Everything is a learning experience, even a mistake."
> > >
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> > > -------------------------------------------------------------------------
> > >
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a
> > > browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > _______________________________________________
> > > Bacula-users mailing list
> > > Bacula-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > >
> >
> >
> >
> > --
> > Michael Lewinger
> > MBR Computers
> > http://mbrcomp.co.il
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> >
> >
>
>
> --
> Michael Lewinger
> MBR Computers
> http://mbrcomp.co.il
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>



-- 
Michael Lewinger
MBR Computers
http://mbrcomp.co.il
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to