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

FileStorage.conf « device « bareos-sd.d « bareos-configparser-tests « configs « tests « src « core - github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88c5391b4e8be0790e643983c98754c353489090 (plain)
1
2
3
4
5
6
7
8
9
10
11
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /tmp/tests/backup-bareos-test/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."
}