diff --git a/README.NDMP b/README.NDMP index 985cdc42bee..430f3b36cbc 100644 --- a/README.NDMP +++ b/README.NDMP @@ -154,6 +154,8 @@ the NDMP session related to internal BAREOS resources. A ndmp backup configuration looks somethings like this: +Configuration in bareos-dir.conf: + JobDefs { Name = "DefaultNDMPJob" Type = Backup @@ -297,3 +299,18 @@ Pool { Maximum Volume Bytes = 50G # Limit Volume size to something reasonable Maximum Volumes = 100 # Limit number of Volumes in Pool } + +Configuration in bareos-sd.conf: + +Storage { + Name = .... + ... + NDMP Enable = yes +} + +Ndmp { + Name = ...-ndmp-dma + Username = ndmp + Password = test + AuthType = Clear +}