tldr/pages/common/rustic.md
TornaxO7 21bbd4978b
rustic: add page (#10743)
* rustic: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-27 06:21:08 +05:30

355 B

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}}