diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-12-28 12:17:37 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-12-28 12:47:08 +0100 |
| commit | 217a6b905d46ee355373b2de60f0f36be828202c (patch) | |
| tree | 62d5c4c3ab03068672735b73ed947a85bdeb5768 /README.md | |
| parent | 60a76d6ecbd76938cb73120f8c634223a02d503f (diff) | |
Rename reference file to base file for backup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
