Skip to content

Commit

Permalink
fix: clarifying wording about snapshots
Browse files Browse the repository at this point in the history
Closes #130
  • Loading branch information
gvwilson committed Aug 24, 2023
1 parent 74cb2b4 commit bf732c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ so instead we will copy each unique file to something like `abcd1234.bck`,
where `abcd1234` is the hash of the file's contents ([%x dup %]).
We will then record the filenames and hash keys in each snapshot:
The hash keys tell us which unique files existed at the time of the snapshot,
while the filenames tell us what each file was called when the snapshot was made.
while the filenames tell us what the file's contents were named when the snapshot was made.
To restore a particular snapshot,
we will copy the `.bck` files back to their original locations
([%f archive-storage %]).
Expand Down

0 comments on commit bf732c1

Please sign in to comment.