From c75a17afa22048f74b02717850b44a862732aca0 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 15 May 2013 10:57:33 +0200 Subject: [PATCH] Add missing storage daemon config needed for NDMP. --- README.NDMP | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +}