Fast, encrypted, deduplicated backups powered by pure Rust
Rustic is a backup tool that provides fast, encrypted, deduplicated backups. It reads and writes the restic repo format desribed in the design document and can therefore be used as a complete replacement for restic.
Rustic is a backup tool that provides fast, encrypted, deduplicated backups. It reads and writes the restic repo format desribed in the design document and can therefore be used as a complete replacement for restic.
To install rustic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rustic
To see what files were installed by rustic, run:
port contents rustic
To later upgrade rustic, run:
sudo port selfupdate && sudo port upgrade rustic
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.