From 425140228f09fc6cbdac737aad32eba9eb6135bb Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:17:11 +0200 Subject: [PATCH] docs(faq): Add comparison table link Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- src/FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FAQ.md b/src/FAQ.md index 2aeb7f2..6d407fd 100644 --- a/src/FAQ.md +++ b/src/FAQ.md @@ -26,6 +26,8 @@ of is that you don't run prune with restic and rustic at the same time. - New features (e.g. hot/cold repositories, lock-free pruning) - Some commands or options act a bit different or have slightly different syntax +A more detailed comparison can be found in the [comparison table](./comparison-restic.md). + ## Why is rustic written in Rust Rust is a powerful language designed to build reliable and efficient software.