Configuration profiles manager and scheduler for restic
resticprofile is one of many automation tools for restic, also called a wrapper. In a nutshell, resticprofile provides a configuration file and a runner that will generate all the necessary calls to restic. Additionally, it can schedule a profile via a user agent or a daemon in launchd
resticprofile is one of many automation tools for restic, also called a wrapper. In a nutshell, resticprofile provides a configuration file and a runner that will generate all the necessary calls to restic. Additionally, it can schedule a profile via a user agent or a daemon in launchd
To install resticprofile, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install resticprofile
To see what files were installed by resticprofile, run:
port contents resticprofile
To later upgrade resticprofile, run:
sudo port selfupdate && sudo port upgrade resticprofile
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.