Re: [bareos-users] Confused about some features, who can explain me what happens

2020-05-12 Thread 'DUCARROZ Birgit' via bareos-users

I finally think that everything is after all ok.

The initial table I sent:
Level  Type Pri Name   Volume
=

IncrementalBackup10 vm25-linux Full-0031
IncrementalBackup10 backup-bareos-fd   Incremental-0269
Full   Backup11 BackupCatalog  Incremental-0269

... is the one I see in the Director tab of GUI and I see these are the 
scheduled jobs for tomorrow and not the Volumes where the jobs finally 
write the data. 




cat job/vm25-linux.conf
Job {
  Name = "vm25-linux"
  JobDefs = "vm25-linux"
  Client = "vm25-linux"
}

cat schedule/WeeklyCycle01.conf
# Schedules: bakula Buch S. 230
Schedule {
  Name = "WeeklyCycle01"
#  Run = Full 1st sat at 21:00   # (#04)
  Run = Full w01 w13 w26 w39 sat at 15:00
  Run = Differential 2nd-5th sat at 21:00   # (#07)
#  Run = Incremental mon-fri at 13:53# (#10)
  Run = Incremental  w02 w03 w04 w05 w06 w07 w08 w09 w10 w11 w12 w14 
w15 w16 w17 w18 w19 w20 w21 w22 w23 w24 w25 w27 w28 w29 w30 w31 w32 w33 
w34 w35 w36 w37 w38 w40 w41 w42 w43 w44 w45 w46 w47 w48 w49 w50 w51 
mon-fri at 20:30

}




On 12/05/20 14:25, Spadajspadaj wrote:
You quoted the JobDefs, not the job definition. I suppose you just 
inherit the defs and don't change anything. What do you have in job 
definition? And schedule?


On 12.05.2020 13:48, DUCARROZ Birgit wrote:

I still don't understand why it's not working correctly :-/

Should I change in jobdefs/vm25-linux.conf

Level = Full into Level = Incremental
And also Pool = Full into Pool = Incremental

?

JobDefs {
  Name = "vm25-linux"
  Type = Backup
  Level = Full
  Client = vm25-linux
  FileSet = "vm25-linux"
  Schedule = "WeeklyCycle01"
  Storage = File
  Messages = Standard
  Pool = Full
  Priority = 10
  Write Bootstrap = "/export/backup/%c.bsr"
  Full Backup Pool = Full  # write Full Backups into 
"Full" Pool (#05)
  Differential Backup Pool = Differential  # write Diff Backups into 
"Differential" Pool (#08)
  Incremental Backup Pool = Incremental    # write Incr Backups into 
"Incremental" Pool  (#11)

  Allow Duplicate Jobs = no
  Cancel Lower Level Duplicates = yes
  Cancel Queued Duplicates = yes
}




On 12/05/20 11:41, Spadajspadaj wrote:


On 12.05.2020 11:34, 'DUCARROZ Birgit' via bareos-users wrote:
2) I thought that incremental level is writing into 
incremental-Volume, full level is writing into full-Volume etc. But 
it is not. Why?




Depends how your job is configured.

You might just use Pool directive to specify a pool into which all 
backups will be saved but you can also specify Differential Backup 
Pool, Incremental Backup Pool and Full Backup Pool which will cause 
different backup types to be split into various pools.


The defined pool types have nothing to do with pool names!

You can easily have Pool with name "Incremental" used for full 
backups. But that's a bit silly ;-)



Best regards,

MK

PS: https://docs.bareos.org/Configuration/Director.html#job-resource





--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/9635e876-bda9-9cd6-3a6a-ca01f9e5b347%40unifr.ch.


Re: [bareos-users] Confused about some features, who can explain me what happens

2020-05-12 Thread 'DUCARROZ Birgit' via bareos-users

I still don't understand why it's not working correctly :-/

Should I change in jobdefs/vm25-linux.conf

Level = Full into Level = Incremental
And also Pool = Full into Pool = Incremental

?

JobDefs {
  Name = "vm25-linux"
  Type = Backup
  Level = Full
  Client = vm25-linux
  FileSet = "vm25-linux"
  Schedule = "WeeklyCycle01"
  Storage = File
  Messages = Standard
  Pool = Full
  Priority = 10
  Write Bootstrap = "/export/backup/%c.bsr"
  Full Backup Pool = Full  # write Full Backups into 
"Full" Pool (#05)
  Differential Backup Pool = Differential  # write Diff Backups into 
"Differential" Pool (#08)
  Incremental Backup Pool = Incremental# write Incr Backups into 
"Incremental" Pool  (#11)

  Allow Duplicate Jobs = no
  Cancel Lower Level Duplicates = yes
  Cancel Queued Duplicates = yes
}




On 12/05/20 11:41, Spadajspadaj wrote:


On 12.05.2020 11:34, 'DUCARROZ Birgit' via bareos-users wrote:
2) I thought that incremental level is writing into 
incremental-Volume, full level is writing into full-Volume etc. But it 
is not. Why?




Depends how your job is configured.

You might just use Pool directive to specify a pool into which all 
backups will be saved but you can also specify Differential Backup Pool, 
Incremental Backup Pool and Full Backup Pool which will cause different 
backup types to be split into various pools.


The defined pool types have nothing to do with pool names!

You can easily have Pool with name "Incremental" used for full backups. 
But that's a bit silly ;-)



Best regards,

MK

PS: https://docs.bareos.org/Configuration/Director.html#job-resource



--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/5a8b98d7-b6dc-a00a-4982-48c65bd7e7ce%40unifr.ch.


Re: [bareos-users] Confused about some features, who can explain me what happens

2020-05-12 Thread Spadajspadaj



On 12.05.2020 11:34, 'DUCARROZ Birgit' via bareos-users wrote:
2) I thought that incremental level is writing into 
incremental-Volume, full level is writing into full-Volume etc. But it 
is not. Why?




Depends how your job is configured.

You might just use Pool directive to specify a pool into which all 
backups will be saved but you can also specify Differential Backup Pool, 
Incremental Backup Pool and Full Backup Pool which will cause different 
backup types to be split into various pools.


The defined pool types have nothing to do with pool names!

You can easily have Pool with name "Incremental" used for full backups. 
But that's a bit silly ;-)



Best regards,

MK

PS: https://docs.bareos.org/Configuration/Director.html#job-resource

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/edf140ae-deb2-10d8-1505-886881c8a5aa%40gmail.com.


[bareos-users] Confused about some features, who can explain me what happens

2020-05-12 Thread 'DUCARROZ Birgit' via bareos-users

I'm a bit confused about what follows.

1) I wonder why in the GUI sometimes I am able to see under "Storages" 
my volumes and sometimes not which is actually the case (see 
print-screen). I would like to see the infos of my volumes, but actually 
no chance via the GUI.



2) I thought that incremental level is writing into incremental-Volume, 
full level is writing into full-Volume etc. But it is not. Why?



Level  Type Pri Name   Volume
=

IncrementalBackup10 vm25-linux Full-0031
IncrementalBackup10 backup-bareos-fd   Incremental-0269
Full   Backup11 BackupCatalog  Incremental-0269



Pool {
  Name = Full
  Pool Type = Backup
  Recycle = yes
  Maximum Volume Bytes = 500 G
  Maximum Volumes = 300
  Label Format = "Full-"
  AutoPrune = yes
  Volume Retention = 180 days
  Job  Retention = 179 days
  File Retention = 178 days
}

Pool {
  Name = Incremental
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 28 days
  Job  Retention = 27 days
  File Retention = 26 days
  Maximum Volume Bytes = 100G
  Maximum Volumes = 400
  Label Format = "Incremental-"
}

Thank you for any help!
Regards,
Birgit

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/31a80ba7-5de8-a30c-8271-9a12f301c9e3%40unifr.ch.