Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
this file contains a set of classes used to transmit options to archive operation More...
#include "../my_config.h"
#include "crypto.hpp"
#include "integers.hpp"
#include "mask.hpp"
#include "mask_list.hpp"
#include "crit_action.hpp"
#include "secu_string.hpp"
#include "entrepot.hpp"
#include "fsa_family.hpp"
#include "compile_time_features.hpp"
#include "archive_aux.hpp"
#include "compression.hpp"
#include "delta_sig_block_size.hpp"
#include "filesystem_ids.hpp"
#include <string>
#include <vector>
#include <set>
#include <memory>
Go to the source code of this file.
Classes | |
class | libdar::archive_options_read |
class holding optional parameters used to read an existing archive More... | |
class | libdar::archive_options_create |
class holding optional parameters used to create an archive More... | |
class | libdar::archive_options_isolate |
class holding optional parameters used to isolate an existing archive More... | |
class | libdar::archive_options_merge |
class holding optional parameters used to proceed to the merge operation More... | |
class | libdar::archive_options_extract |
class holding optional parameters used to extract files from an existing archive More... | |
class | libdar::archive_options_listing |
class holding optional parameters used to list the contents of an existing archive More... | |
class | libdar::archive_options_test |
class holding optional parameters used to test the structure coherence of an existing archive More... | |
class | libdar::archive_options_repair |
class holding optional parameters used to create an archive More... | |
Namespaces | |
libdar | |
libdar namespace encapsulate all libdar symbols | |
this file contains a set of classes used to transmit options to archive operation
Definition in file archive_options.hpp.