From c733341ff0f70556ee03ca1bb7255b5df377fb14 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 4 Sep 2025 23:18:41 +0200 Subject: [PATCH] chore(kb): add restic --- knowledge base/restic.md | 68 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 knowledge base/restic.md diff --git a/knowledge base/restic.md b/knowledge base/restic.md new file mode 100644 index 0000000..9908b7d --- /dev/null +++ b/knowledge base/restic.md @@ -0,0 +1,68 @@ +# Restic + +> TODO + +Intro + + + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + + + + + + + +## Further readings + +- [Website] +- [Codebase] + +### Sources + +- [Documentation] + + + + + + + +[Codebase]: https://github.com/restic/restic +[Documentation]: https://restic.readthedocs.io/en/stable/ +[Website]: https://restic.net/ + +