We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506afe5 commit f165001Copy full SHA for f165001
src/backup.c
@@ -2028,6 +2028,9 @@ backup_files(void *arg)
2028
join_path_components(to_path, arguments->to_root,
2029
file->path + strlen(arguments->from_root) + 1);
2030
2031
+ if (current.backup_mode != BACKUP_MODE_FULL)
2032
+ file->n_blocks = file->size/BLCKSZ;
2033
+
2034
/* backup block by block if datafile AND not compressed by cfs*/
2035
if (!backup_data_file(arguments, to_path, file,
2036
arguments->prev_start_lsn,
0 commit comments