Skip to content

Commit

Permalink
Add missing storage daemon config needed for NDMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 1c87531 commit c75a17a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.NDMP
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit c75a17a

Please sign in to comment.