Autorestic is a wrapper around the amazing restic. While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different location that you want to backup to multiple locations. This utility is aimed at making this easier.
Autorestic is a wrapper around the amazing restic. While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different location that you want to backup to multiple locations. This utility is aimed at making this easier.
To install autorestic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install autorestic
To see what files were installed by autorestic, run:
port contents autorestic
To later upgrade autorestic, run:
sudo port selfupdate && sudo port upgrade autorestic
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.