HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

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

Submitted by: @import:tldr-pages··
0
Viewed 0 times
rusticcreatecommandcliencryptedbackupsfastdeduplicated

Problem

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

Solution

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

Code Snippets

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

Context

tldr-pages: common/rustic

Revisions (0)

No revisions yet.