aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-12-28 12:17:37 +0100
committerJán Sučan <jan@jansucan.com>2024-12-28 12:47:08 +0100
commit217a6b905d46ee355373b2de60f0f36be828202c (patch)
tree62d5c4c3ab03068672735b73ed947a85bdeb5768 /README.md
parent60a76d6ecbd76938cb73120f8c634223a02d503f (diff)
Rename reference file to base file for backup
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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