-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[EMAIL PROTECTED] wrote:
> 
> In the message dated: Wed, 01 Nov 2006 14:05:57 EST,
> The pithy ruminations from Ryan Novosielski on 
> <Re: [Bacula-users] 2 full backups in a row> were:
> Read the docs.
> 
> I have actually wanted to be able to run a full job (that I knew would
> be rather small) on one of my incremental tapes as I was adding a job to
> the rotation, and I was unable to do so -- full jobs ALWAYS run on my
> full pull, as that is the way my system is configured. Sounds like
> 
>> That's exactly what I want...but I'm getting the behavior that you want (but 
>> were unable to achieve). If the scheduled job is an incremental backup (as 
>> it 
>> will be all but one night a month), and there's no preceeding "full" backup 
>> (pretty common), then the initial backup gets promoted to a "full" backup. 
>> That's fine, but in my case, the data gets put onto volumes from the 
>> "Incremental" pool.
> 
> you're looking to do this as well. I don't remember what part of the
> config it's in (Job, Schedule, or otherwise), but it can be done.
> 
>> I've attached my -dir and -sd configs (slightly obfuscated & edited). Maybe 
>> they'll help you see how to get full jobs put onto an incremental tape, 
>> since 
>> that's what's happening for me.

I don't REALLY want that -- let me rephrase. I wanted to do that without
changing my config files, ie. to ONLY have it happen for scheduled jobs,
not for jobs run from the console. I think that there is no way to do
this, however, even if you manually specify the pool in the "run"
statement. In any case:

Job {
  Name = "BigBrother-NET"
  Type = Backup
  Client = katahdin-fd
  FileSet = "BigBrother-NET"
  Pool = combined_DELTA
  Full Backup Pool = combined_FULL
  Incremental Backup Pool = combined_DELTA
  Schedule = "UMD-F24T-Inc"
  Storage = helios_DDS
  Messages = Standard
  SpoolData = yes
  Write Bootstrap = /usr/local/bacula/var/bootstrap/BigBrother-NET.bsr
}

...as you can see, I've defined the pools here. I didn't see your client
config, but I suspect this is your problem.

- --
 ---- _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer III
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFSm7Cmb+gadEcsb4RAiRSAJ4kNFUAjL9cIk17hGGEJsa88NgZaACfe2oc
YR+6l0altxXHR+Pid/JVLsc=
=vrKh
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to