[Bacula-users] Bacula Using Incr. Vol. instead of Full Vol.

2010-05-03 Thread ikkysleepy


 How did you run it?  If you used then console, then you will need to set the
 pool manually by using mod at the OK to run? prompt.
 



Thanks for your help, but I figured it out. I had to add these two lines to the 
Job:


nbsp; Full Backup Pool = FullBackup
nbsp; Incremental Backup Pool = IncBackup

And if you want to know the job ran as an Incremental, but since it was its 
first job it had to do a Full backup.


Thanks!

+--
|This was sent by ikkysle...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



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


Re: [Bacula-users] Bacula Using Incr. Vol. instead of Full Vol.

2010-04-27 Thread Martin Simmons
 On Mon, 26 Apr 2010 13:54:07 -0400, ikkysleepy  said:
 
 A Full Backup was run...

How did you run it?  If you used then console, then you will need to set the
pool manually by using mod at the OK to run? prompt.

__Martin

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


[Bacula-users] Bacula Using Incr. Vol. instead of Full Vol.

2010-04-26 Thread ikkysleepy

A Full Backup was run but it looks like Incremental Vol. was used instead of 
the Full Vol. 

Here is what happened:
---
11G 2010-04-22 21:12 FullBackup0014
56G 2010-04-24 01:31 IncBackup0013
56G 2010-04-24 02:35 IncBackup0017
56G 2010-04-24 03:39 IncBackup0018
56G 2010-04-24 04:45 IncBackup0019
56G 2010-04-24 05:49 IncBackup0020
56G 2010-04-24 06:58 IncBackup0021
56G 2010-04-24 07:52 IncBackup0022
54G 2010-04-24 08:56 IncBackup0023 
total 456G
---

I was expecting the results to be like so:
---
456G 2010-04-22 21:12 FullBackup0014
0G 2010-04-24 01:31 IncBackup0013
total 456G
---

Here are my settings:
Job #123;
nbsp; Name = Backup-Drive1
nbsp; Enabled = yes
nbsp; Client = Backup-fd
nbsp; FileSet = BackupSet
nbsp; Schedule = ScheduleBackup
nbsp; Write Bootstrap = /var/bacula/working/%n.bsr
nbsp; Pool = IncrBackup
nbsp; Storage = Backup-sd
nbsp; Type = Backup
nbsp; Level = Incremental
nbsp; Priority = 10
nbsp; Messages = Standard

nbsp; # Enable/Disable Jobs if USB Drive #1 is mounted
nbsp; Run Script #123;
nbsp; nbsp; nbsp; Runs When = Before
nbsp; nbsp; nbsp; Runs on Client = Yes
nbsp; nbsp; nbsp; Fail Job On Error = Yes
nbsp; nbsp; nbsp; Command = /etc/bacula/check_usb_drives.sh
nbsp; #125;
#125;


Schedule #123;
nbsp; Name = ScheduleBackup

nbsp; # Run incremental on m-f
nbsp; Run = Level=Incremental mon-fri at 23#58;55

nbsp; # Run Full backup on 1st sat of each quarter
nbsp; Run = Level=Full Pool=FullBackup on jan 1st sat at 23#58;00
nbsp; Run = Level=Full Pool=FullBackup on apr 1st sat at 23#58;00
nbsp; Run = Level=Full Pool=FullBackup on jul 1st sat at 23#58;00
nbsp; Run = Level=Full Pool=FullBackup on oct 1st sat at 23#58;00
#125;



# Full pool definition
Pool #123;
nbsp; Name = FullBackup
nbsp; Pool Type = Backup
nbsp; Recycle = yes
nbsp; AutoPrune = yes
nbsp; Volume Retention =nbsp; 3 months
nbsp; LabelFormat = FullBackup
nbsp; Volume Use Duration = 3 months
nbsp; Maximum Volume Jobs = 1
nbsp; Maximum Volume Bytes = 650GB
#125;

# Incremental pool definition
Pool #123;
nbsp; Name = IncrBackup
nbsp; Pool Type = Backup
nbsp; Recycle = yes
nbsp; AutoPrune = yes
nbsp; Volume Retention =nbsp; 4 weeks
nbsp; LabelFormat = IncBackup
nbsp; Volume Use Duration = 3nbsp; months
nbsp; Maximum Volume Jobs = 60
nbsp; Maximum Volume Bytes = 60GB
#125;

+--
|This was sent by ikkysle...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



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