Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FileStorage.conf « device « bareos-sd.d « bareos-remote « etc « copy-remote-bscan « tests « systemtests - github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c78922256c43b167257d9d9d2a9a25e2a7ef8799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Device {
  Name = RemoteFileStorage
  Media Type = File
  Archive Device = storage-remote
  Device Type = File
  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."
}
Device {
  Name = RemoteFileStorage2
  Media Type = File
  Archive Device = storage2-remote
  Device Type = File
  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."
}