Skip to content
Snippets Groups Projects
Commit 2baf13a1 authored by David Vasek's avatar David Vasek
Browse files

backup: use data item identifier "server_identity" in the label file

parent ff116819
No related branches found
No related tags found
1 merge request!1325backup improvements -- modified backup format (BACKUP_FORMAT_2), label file, improved backup locking, etc.
......@@ -86,7 +86,7 @@ static int make_label_file(zone_backup_ctx_t *ctx)
int ret = fprintf(file,
"%s"
LABEL_FILE_FORMAT
"identity: %s\n"
"server_identity: %s\n"
"started_time: %s\n"
"finished_time: %s\n"
"knot_version: %s\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment