From 21e5fb2a9b1c83f5443755f56b410bc9876636f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Franc=CC=A7ois=20Paris?= Date: Tue, 20 Apr 2021 10:29:08 +0300 Subject: [PATCH] Clarify that when using the backup-test-samples option, duplicati will download files in each category of files --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index 2a0d7ee..e43755c 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -61,7 +61,7 @@ A display name that is attached to this backup. Can be used to identify the back ### backup-test-samples `--backup-test-samples = 1` -After a backup is completed, some files are selected for verification on the remote backend. Use this option to change how many. If this value is set to 0 or the option --no-backend-verification is set, no remote files are verified +After a backup is completed, some files (in each file categoy: dblock, dindex, dlist) are selected for verification on the remote backend. Use this option to change how many files in each category should be tested. If this value is set to 0 or the option --no-backend-verification is set, no remote files are verified. ### block-hash-algorithm `--block-hash-algorithm = SHA256`