Skip to content

Commit

Permalink
Data update 2023-09-27 06-13-50
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Sep 27, 2023
1 parent 4882b69 commit 47eb955
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/en/common/rustic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: page
title: common/rustic (English)
description: "Create fast, encrypted, deduplicated backups powered by Rust."
content_hash: a01c9d2c096ab78f7ae3914d069747de79f11913
last_modified_at: 2023-09-27
---

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># rustic

Create fast, encrypted, deduplicated backups powered by Rust.
More information: <https://github.com/rustic-rs/rustic>.

- Initialize a new repository:

`rustic init --repository `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/srv/rustic-repo</span>

- Create a new backup of a file/directory to a repository:

`rustic backup --repository `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/srv/rustic-repo</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/file_or_directory</span>
2 changes: 1 addition & 1 deletion source
Submodule source updated 1 files
+12 −0 pages/common/rustic.md

0 comments on commit 47eb955

Please sign in to comment.