mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Update documentation regarding unreferenced packs
Also removes an unnecessary space at the end of the last line.
This commit is contained in:
parent
8b6fe845d4
commit
b0c1d0f9cd
@ -49,9 +49,9 @@ looks like this:
|
|||||||
Fatal: repository contains errors
|
Fatal: repository contains errors
|
||||||
|
|
||||||
The message means that there is more data stored in the repo than
|
The message means that there is more data stored in the repo than
|
||||||
strictly necessary. With high probability this is duplicate data. In
|
strictly necessary. This is uncritical. With high probability this is duplicate data
|
||||||
order to clean it up, the command ``restic prune`` can be used. The
|
caused by an interrupted backup run or upload operation. In
|
||||||
cause of this bug is not yet known.
|
order to clean it up, the command ``restic prune`` can be used.
|
||||||
|
|
||||||
I ran a ``restic`` command but it is not working as intended, what do I do now?
|
I ran a ``restic`` command but it is not working as intended, what do I do now?
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
@ -224,4 +224,4 @@ Restic backup command fails to find a valid file in Windows
|
|||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
|
||||||
If the name of a file in Windows contains an invalid character, Restic will not be
|
If the name of a file in Windows contains an invalid character, Restic will not be
|
||||||
able to read the file. To solve this issue, consider renaming the particular file.
|
able to read the file. To solve this issue, consider renaming the particular file.
|
||||||
|
Loading…
Reference in New Issue
Block a user