From 6c1032548bea27a814d39cc48a98569732b5f089 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 19 Jan 2017 11:47:33 +0100 Subject: [PATCH] Correct FAQ --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index cdcf13170..6719fc56c 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -17,4 +17,4 @@ When `restic check` reports that there are pack files in the repository that are Check snapshots, trees and blobs Fatal: repository contains errors -The message means that there is more data stored in the repo than strictly necessary. With high probability this is duplicate data. In order to clean it up, the command `restic prune` can be used. The source of this additional data is not yet known. +The message means that there is more data stored in the repo than strictly necessary. With high probability this is duplicate data. In order to clean it up, the command `restic prune` can be used. The cause of this bug is not yet known.