-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |