![]() |
Disk ARchive 2.8.3
Full featured and portable backup and archiving tool
|
options for restoration from database More...
#include <database_options.hpp>
Public Member Functions | |
| database_restore_options (const database_restore_options &ref)=default | |
| database_restore_options (database_restore_options &&ref) noexcept=default | |
| database_restore_options & | operator= (const database_restore_options &ref)=default |
| database_restore_options & | operator= (database_restore_options &&ref) noexcept=default |
| void | clear () |
| 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_date (const datetime &value) |
| date option in the new form of a datetime (eventually providing sub second precision) | |
| void | set_even_when_removed (bool value) |
| find data or EA if they have been removed at the requested date | |
| bool | get_early_release () const |
| bool | get_info_details () const |
| const std::vector< std::string > & | get_extra_options_for_dar () const |
| const datetime & | get_date () const |
| bool | get_ignore_dar_options_in_database () const |
| bool | get_even_when_removed () const |
| database_restore_options (const database_restore_options &ref)=default | |
| database_restore_options (database_restore_options &&ref) noexcept=default | |
| database_restore_options & | operator= (const database_restore_options &ref)=default |
| database_restore_options & | operator= (database_restore_options &&ref) noexcept=default |
| void | clear () |
| 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_date (const datetime &value) |
| date option in the new form of a datetime (eventually providing sub second precision) | |
| void | set_even_when_removed (bool value) |
| find data or EA if they have been removed at the requested date | |
| bool | get_early_release () const |
| bool | get_info_details () const |
| const std::vector< std::string > & | get_extra_options_for_dar () const |
| const datetime & | get_date () const |
| bool | get_ignore_dar_options_in_database () const |
| bool | get_even_when_removed () const |
Private Attributes | |
| bool | x_early_release |
| bool | x_info_details |
| std::vector< std::string > | x_extra_options_for_dar |
| datetime | x_date |
| bool | x_ignore_dar_options_in_database |
| bool | x_even_when_removed |
options for restoration from database
Definition at line 220 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 223 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 223 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 230 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 230 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 277 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 277 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 274 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 274 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 279 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 279 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 276 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 276 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 278 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 278 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 275 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 275 of file src/libdar/database_options.hpp.
|
inline |
date option in the new form of a datetime (eventually providing sub second precision)
Definition at line 264 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
date option in the new form of a datetime (eventually providing sub second precision)
Definition at line 264 of file src/libdar/database_options.hpp.
|
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 261 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
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 261 of file src/libdar/database_options.hpp.
|
inline |
early_release option
if early_release is set to true, some memory is released before calling dar
Definition at line 241 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
early_release option
if early_release is set to true, some memory is released before calling dar
Definition at line 241 of file src/libdar/database_options.hpp.
|
inline |
find data or EA if they have been removed at the requested date
in the case a file was removed at the request date, the data or EA that will be restored will be the one it had just before being removed
Definition at line 270 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
find data or EA if they have been removed at the requested date
in the case a file was removed at the request date, the data or EA that will be restored will be the one it had just before being removed
Definition at line 270 of file src/libdar/database_options.hpp.
|
inline |
extra options to dar
this option is a mean to provide some extra options to dar from dar_manager
Definition at line 251 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
extra options to dar
this option is a mean to provide some extra options to dar from dar_manager
Definition at line 251 of file src/libdar/database_options.hpp.
|
inline |
ignore options to dar embedded in the database
Definition at line 255 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
ignore options to dar embedded in the database
Definition at line 255 of file src/libdar/database_options.hpp.
|
inline |
info_details option
if set to true, more detailed informations is displayed
Definition at line 246 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
inline |
info_details option
if set to true, more detailed informations is displayed
Definition at line 246 of file src/libdar/database_options.hpp.
|
private |
Definition at line 285 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
private |
Definition at line 282 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
private |
Definition at line 287 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
private |
Definition at line 284 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
private |
Definition at line 286 of file dar64-2.8.3-win64/include/dar/database_options.hpp.
|
private |
Definition at line 283 of file dar64-2.8.3-win64/include/dar/database_options.hpp.