node_t n; // ability to be put into list_t
bool restore_mode; // if true, this is not a backup, but restore
bool forced; // if true, the force flag has been set
- bool backup_zonefile; // if true, also backup zone contents to a zonefile (default on)
- bool backup_journal; // if true, also backup journal (default off)
- bool backup_timers; // if true, also backup timers (default on)
- bool backup_kaspdb; // if true, also backup KASP database (default on)
- bool backup_catalog; // if true, also backup zone catalog (default on)
+ bool backup_zonefile; // if true, also backup zone contents to a zonefile
+ bool backup_journal; // if true, also backup journal
+ bool backup_timers; // if true, also backup timers
+ bool backup_kaspdb; // if true, also backup KASP database
+ bool backup_catalog; // if true, also backup zone catalog
bool backup_global; // perform global backup for all zones
ssize_t readers; // when decremented to 0, all zones done, free this context
pthread_mutex_t readers_mutex; // mutex covering readers counter