58 class filesystem_backup :
public filesystem_hard_link_read
61 filesystem_backup(
const std::shared_ptr<user_interaction> & dialog,
64 const mask & x_ea_mask,
65 bool check_no_dump_flag,
67 bool furtive_read_mode,
68 bool x_cache_directory_tagging,
70 bool x_ignore_unknown,
72 filesystem_backup(
const filesystem_backup & ref) =
delete;
73 filesystem_backup(filesystem_backup && ref) =
delete;
74 filesystem_backup & operator = (
const filesystem_backup & ref) =
delete;
75 filesystem_backup & operator = (filesystem_backup && ref) =
delete;
76 ~filesystem_backup() { detruire(); };
78 void reset_read(
infinint & root_fs_device);
80 void skip_read_to_parent_dir();
90 bool furtive_read_mode;
91 bool cache_directory_tagging;
93 std::deque<etage> pile;