bareos: master d3e8c0b9

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2016-06-14 15:44 master f8dbb873 Pending
Changeset dird: Allow to restore from copies.

Until now you can specify the keyword copies when doing a restore
but it will only show the copies but not actually use them for restore.
This is somewhat counter intuitive so this patch adds the code that
asks if you really want to use the copies for the restore. If you
specify the yes keyword you can skip this question.
mod - src/cats/sql_cmds.c Diff File
mod - src/cats/sql_cmds.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_restore.c Diff File
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_update.c Diff File