1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

rustic: add page (#10743)

* rustic: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
TornaxO7 2023-09-27 02:51:08 +02:00 committed by GitHub
parent 94b7fcddf5
commit 21bbd4978b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/common/rustic.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`