Discussion:
[bareos-users] Multiple bareos storages
Дорофеев Андрей
2018-09-05 18:44:10 UTC
Permalink
How can I backup my FileSets in multiple Storages in one Job? I have 2 devices (Local and Remote one). I have tried approach like this:

JobDefs {
Name = MediaBackupJob
Type = Backup
FileSet = Media
Schedule = "Cycle"
Storage = RemoteStorage,File
Messages = Standard
Priority = 10
Pool = Default
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)
}
but it ignores File storage.
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'thundergod86 -' via bareos-users
2018-10-22 13:50:36 UTC
Permalink
Post by Дорофеев Андрей
JobDefs {
Name = MediaBackupJob
Type = Backup
FileSet = Media
Schedule = "Cycle"
Storage = RemoteStorage,File
Messages = Standard
Priority = 10
Pool = Default
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)
}
but it ignores File storage.
Hi Andrei,
the Problem is, only the first storage will be used for Backup and Restore. See the manual last sentence: http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveDirPoolStorage
I wish there would be a solution.
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...