Disk ARchive
2.3.11
|
here is all the core routines for the operations More...
#include "../my_config.h"
#include <vector>
#include "mask.hpp"
#include "compressor.hpp"
#include "catalogue.hpp"
#include "path.hpp"
#include "statistics.hpp"
Go to the source code of this file.
Namespaces | |
namespace | libdar |
libdar namespace encapsulate all libdar symbols | |
Functions | |
void | libdar::filtre_restore (user_interaction &dialog, const mask &filtre, const mask &subtree, catalogue &cat, bool detruire, const path &fs_racine, bool fs_allow_overwrite, bool fs_warn_overwrite, bool info_details, statistics &st, bool only_if_more_recent, const mask &ea_mask, bool flat, inode::comparison_fields what_to_check, bool warn_remove_no_match, const infinint &hourshift, bool empty, bool ea_erase, bool display_skipped) |
void | libdar::filtre_sauvegarde (user_interaction &dialog, const mask &filtre, const mask &subtree, compressor *stockage, catalogue &cat, catalogue &ref, const path &fs_racine, bool info_details, statistics &st, bool make_empty_dir, const mask &ea_mask, const mask &compr_mask, const infinint &min_compr_size, bool nodump, const infinint &hourshift, bool alter_time, bool same_fs, inode::comparison_fields what_to_check, bool snapshot, bool cache_directory_tagging, bool display_skipped, const infinint &fixed_date) |
void | libdar::filtre_difference (user_interaction &dialog, const mask &filtre, const mask &subtree, catalogue &cat, const path &fs_racine, bool info_details, statistics &st, const mask &ea_mask, bool alter_time, inode::comparison_fields what_to_check, bool display_skipped, const infinint &hourshift) |
void | libdar::filtre_test (user_interaction &dialog, const mask &filtre, const mask &subtree, catalogue &cat, bool info_details, statistics &st, bool display_skipped) |
void | libdar::filtre_isolate (user_interaction &dialog, catalogue &cat, catalogue &ref, bool info_details) |
void | libdar::filtre_merge (user_interaction &dialog, const mask &filtre, const mask &subtree, compressor *stockage, catalogue &cat, catalogue *ref1, catalogue *ref2, bool info_details, statistics &st, bool make_empty_dir, const mask &ea_mask, const mask &compr_mask, const infinint &min_compr_size, bool display_skipped, bool keep_compressed) |
here is all the core routines for the operations
Definition in file filtre.hpp.