Lines Matching defs:BackupableDBOptions
27 struct BackupableDBOptions { struct
31 std::string backup_dir;
38 Env* backup_env;
46 bool share_table_files;
51 Logger* info_log;
58 bool sync;
62 bool destroy_old_data;
68 bool backup_log_files;
73 uint64_t backup_rate_limit;
83 uint64_t restore_rate_limit;
96 bool share_files_with_checksum;
121 explicit BackupableDBOptions( argument
129 : backup_dir(_backup_dir), in backup_dir()