From 982ab768f1382d7cf72f790e9e26a8b5914ce6f8 Mon Sep 17 00:00:00 2001 From: capntack Date: Fri, 7 Apr 2023 23:18:35 -0500 Subject: [PATCH] Clarified checking repo size against source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d00ae..c9c77b4 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Then list the files within to verify eveything is there: restic ls -p $REPO_PASSWORD -r /path/to/repo --long $SNAPSHOT_ID ``` -Then compare the backup size to the size of the source (this will retrieve the uncompressed size of the repo): +Then compare the backup size to the size of the source. This will retrieve the uncompressed size of the repo, and it won't perfectly align. But it should give you an idea. ```bash restic ls -p $REPO_PASSWORD -r /path/to/repo stats $SNAPSHOT_ID