mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 20:51:25 +00:00
Update cheatsheets
This commit is contained in:
17
rustic
Normal file
17
rustic
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rustic
|
||||
|
||||
> Create fast, encrypted, deduplicated backups powered by Rust.
|
||||
> More information: <https://github.com/rustic-rs/rustic>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user