]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win64_installer/storage.conf.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / win64_installer / storage.conf.in
1 #
2 # Copyright (C) 2000-2018 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4 #
5 # Definition of file storage device
6 Storage {
7   Name = File
8 # Do not use "localhost" here    
9   Address = @storage_address@                # N.B. Use a fully qualified name here
10   SDPort = @storage_port@
11   Password = "@storage_password@"
12   Device = FileStorage
13   Media Type = File
14 }