2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

Fixed typo and grammar per feedback on PR.

This commit is contained in:
Johannes Ernst 2018-06-13 00:24:42 +00:00
parent 888f52afd1
commit a1536f38fa

View File

@ -309,7 +309,7 @@ assumption for many cloud providers, but may not be true when backing up
to local disks. to local disks.
Should you run out of space during the middle of a backup, there will be Should you run out of space during the middle of a backup, there will be
some additional data in the repository, but the snapshop will never be some additional data in the repository, but the snapshot will never be
created as it only would be written at the very (successful) end of created as it would only be written at the very (successful) end of
the backup operation. Previous snapshots will still be there and will still the backup operation. Previous snapshots will still be there and will still
work. work.