From 217a6b905d46ee355373b2de60f0f36be828202c Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 28 Dec 2024 12:17:37 +0100 Subject: Rename reference file to base file for backup --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 98cec46..90c7340 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ is read twice when restoring it. Because of that, it is slower. > diff-dd help -> diff-dd backup [-s SECTOR_SIZE] [-b BUFFER_SIZE] INFILE REFFILE OUTFILE +> diff-dd backup [-s SECTOR_SIZE] [-b BUFFER_SIZE] INFILE BASEFILE OUTFILE > diff-dd restore [-s SECTOR_SIZE] [-b BUFFER_SIZE] INFILE OUTFILE @@ -27,12 +27,12 @@ is read twice when restoring it. Because of that, it is slower. Using ```diff-dd ``` for backup requires the full backup image to exist. Differential backup is created with: -> diff-dd backup INFILE REFFILE OUTFILE +> diff-dd backup INFILE BASEFILE OUTFILE The ```INFILE``` is a path to the file to backup differentially, the -```REFFILE``` is the full image, and the ```OUTFILE``` is the file to +```BASEFILE``` is the full image, and the ```OUTFILE``` is the file to which only the changed sectors of the ```INFILE```, compared to the -```REFFILE```, and their offsets will be saved. +```BASEFILE```, and their offsets will be saved. ## Restore -- cgit v1.2.3