File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Version 2.24
2
2
---------
3
3
* virnbdbackup:
4
- - Add option --no-sparse-detect (#263): The feature implemented as
4
+ - Add option --no-sparse-detection (#263): The feature implemented as
5
5
with version 2.21 requires to query the complete base:allocation
6
6
bitmap during incremental backup.
7
7
Original file line number Diff line number Diff line change @@ -1237,7 +1237,7 @@ disk images during incremental backup.
1237
1237
Depending on your hardware and the size of the virtual disks, the operation to
1238
1238
query the complete allocation bitmap during incremental backup, may take longer
1239
1239
than to backup the complete changeset. Therefore, you can disable the detection
1240
- of sparse/fstrimmed blocks using the ` --no-sparse-detect ` option.
1240
+ of sparse/fstrimmed blocks using the ` --no-sparse-detection ` option.
1241
1241
1242
1242
1243
1243
## Test your backups!
You can’t perform that action at this time.
0 commit comments