Disk ARchive
2.4.2
|
options for restoration from database More...
#include <database_options.hpp>
Public Member Functions | |
void | set_early_release (bool value) |
early_release option | |
void | set_info_details (bool value) |
info_details option | |
void | set_extra_options_for_dar (const std::vector< std::string > &value) |
extra options to dar | |
void | set_ignore_dar_options_in_database (bool mode) |
ignore options to dar embedded in the database | |
void | set_date (const infinint &value) |
date option | |
void | set_even_when_removed (bool value) |
find data or EA if they have been removed at the requested data | |
bool | get_early_release () const |
bool | get_info_details () const |
const std::vector< std::string > & | get_extra_options_for_dar () const |
const infinint & | get_date () const |
bool | get_ignore_dar_options_in_database () const |
bool | get_even_when_removed () const |
options for restoration from database
Definition at line 152 of file database_options.hpp.
void libdar::database_restore_options::set_date | ( | const infinint & | value | ) | [inline] |
date option
informations about files more recent than the given date are ignored. So you can restore file in the most recent state before a certain "date".
Definition at line 186 of file database_options.hpp.
void libdar::database_restore_options::set_early_release | ( | bool | value | ) | [inline] |
early_release option
if early_release is set to true, some memory is released before calling dar
Definition at line 166 of file database_options.hpp.
void libdar::database_restore_options::set_even_when_removed | ( | bool | value | ) | [inline] |
find data or EA if they have been removed at the requested data
in the case a file has was removed at the request date, the data or EA that will be restored will be the one of it had just before being removed
Definition at line 192 of file database_options.hpp.
void libdar::database_restore_options::set_extra_options_for_dar | ( | const std::vector< std::string > & | value | ) | [inline] |
extra options to dar
this option is a mean to provide some extra options to dar from dar_manager
Definition at line 176 of file database_options.hpp.
void libdar::database_restore_options::set_info_details | ( | bool | value | ) | [inline] |
info_details option
if set to true, more detailed informations is displayed
Definition at line 171 of file database_options.hpp.