From ef293fef05bd0405b0576326b51e35481a9d68ab Mon Sep 17 00:00:00 2001 From: aawsome <37850842+aawsome@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:16:20 +0200 Subject: [PATCH] fixup hot/cold in FAQ --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 72d8b70..d758211 100644 --- a/FAQ.md +++ b/FAQ.md @@ -20,7 +20,8 @@ Note that the "hot repo" on its own is not a valid rustic repository. The "cold all files and is nothing but a standard rustic repository. If you additionally use a cache, you effectively have a first level cache on your local disc and a second -level cache +level cache with the "hot repo". Note that the "hot repo" can be also a remote repo, so hot/cold repositories +also work for multiple rustic clients backing up to the same repository. ## How does the lock-free prune work? Like the prune within restic, rustic decides for each pack whether to keep it, remove it or repack it.