LinuxCommandLibrary

rustic

Create fast, encrypted, deduplicated backups powered by Rust.

TLDR

Initialize a new repository

$ rustic init --repository [/srv/rustic-repo]
copy


Create a new backup of a file/directory to a repository
$ rustic backup --repository [/srv/rustic-repo] [path/to/file_or_directory]
copy

Copied to clipboard