]> git.sur5r.net Git - bacula/bacula/commit
Add "noautoparent" restore command option to disable the automatic parent directory...
authorEric Bollengier <eric@baculasystems.com>
Tue, 24 Oct 2017 12:10:43 +0000 (14:10 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 12 Nov 2017 09:30:41 +0000 (10:30 +0100)
commit045379fb5636d86e362c46da60f0edfcb705f6f1
tree7f321fe3b650e3e639f550dced47dd1a1a6cc9db
parent8cbc60e9fb6afedb28e7e02fa7d862a8a0b111b7
Add "noautoparent" restore command option to disable the automatic parent directory selection

At this time, when we select a directory, we mark parent directories for
the restore automatically.

In the NDMP restore process, at this time, when we select a directory
entry, the entire content is restored recursively.

This option can be used to not select automatically parent directories
during a restore session.
bacula/src/dird/ua.h
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_restore.c
bacula/src/dird/ua_tree.c