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.

Reply via email to