]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
zone/backup: remove potentially misleading comments
authorDavid Vašek <david.vasek@nic.cz>
Mon, 12 Jun 2023 09:00:38 +0000 (11:00 +0200)
committerDavid Vašek <david.vasek@nic.cz>
Mon, 12 Jun 2023 09:09:28 +0000 (11:09 +0200)
src/knot/zone/backup.h

index b1d0e3e1301fc6a132a9b098116dae7af1e545f4..2b4253876f241f8d8e744ad7ef03cdc45199ab7b 100644 (file)
@@ -33,11 +33,11 @@ typedef struct zone_backup_ctx {
        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