Bareos восстановление backup на другое железо
Добрый день!Нужная помощь Развернул bareos сервер на Centos7, клиента развернул на windows, backup пишется из папки widnows как написано в конфиге ниже File = «E:\\MediaDisk\\»,архивируется все сюда /var/lib/bareos/storage можно ли из этой же папки восстановить backup уже на другом железе? При этом я подключил диск по smb, может в этой строчке проблемы Where = «smb:\\winservreserv\\backup\\»
конфиг для хранение архива Device { Name = FileStorage Media Type = File Archive Device = /var/lib/bareos/storage LabelMedia = yes; # lets Bareos label unlabeled media Random Access = yes; AutomaticMount = yes; # when device opened, read it RemovableMedia = no; AlwaysOpen = no; Description = «File device. A connecting Director must have the same Name and MediaType.» }
конфиг для копирования файлов FileSet { Name = «Windows All Drives» Enable VSS = yes Include { Options { Signature = MD5 Compression = GZIP Drive Type = fixed IgnoreCase = yes WildFile = «[A-Z]:/pagefile.sys» WildDir = «[A-Z]:/RECYCLER» WildDir = «[A-Z]:/$RECYCLE.BIN» WildDir = «[A-Z]:/System Volume Information» Exclude = yes } File = «E:\\MediaDisk\\» } }
конфиг для восстановления
Job { Name = «Job-win-Full-restore» Type = Restore Client = winserv-fd FileSet = «Windows All Drives» Storage = bareos-dir-sd Pool = win-bareos-pool-Full Messages = Standard Where = «\\winservreserv\\backup\\» }