From 21bbd4978b40f8e6f0f29e5d50e7b19662a33f4d Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Wed, 27 Sep 2023 02:51:08 +0200 Subject: [PATCH] rustic: add page (#10743) * rustic: add page --------- Co-authored-by: K.B.Dharun Krishna --- pages/common/rustic.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/rustic.md diff --git a/pages/common/rustic.md b/pages/common/rustic.md new file mode 100644 index 0000000000..726db3cfc8 --- /dev/null +++ b/pages/common/rustic.md @@ -0,0 +1,12 @@ +# rustic + +> Create fast, encrypted, deduplicated backups powered by Rust. +> More information: . + +- Initialize a new repository: + +`rustic init --repository {{/srv/rustic-repo}}` + +- Create a new backup of a file/directory to a repository: + +`rustic backup --repository {{/srv/rustic-repo}} {{path/to/file_or_directory}}`