Skip to content

Commit

Permalink
NDMP SMTAPE restore does need namelist.
Browse files Browse the repository at this point in the history
Fixes #345: NDMP restore does not work
  • Loading branch information
Marco van Wieringen committed Oct 9, 2014
1 parent eb80f5c commit dbc5f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ndmp_dma.c
Expand Up @@ -178,7 +178,7 @@ struct ndmp_backup_format_option {
static ndmp_backup_format_option ndmp_backup_format_options[] = {
{ (char *)"dump", true, true, true, true },
{ (char *)"tar", true, false, true, true },
{ (char *)"smtape", false, false, false, false },
{ (char *)"smtape", false, false, false, true },
{ (char *)"zfs", false, true, false, true },
{ NULL, false, false, false }
};
Expand Down

0 comments on commit dbc5f6e

Please sign in to comment.