Update README: Add uninstall instructions

This commit is contained in:
Gerard Bosch
2021-10-30 12:54:34 +02:00
parent d9459cb048
commit 28dece45ae

View File

@@ -128,3 +128,11 @@ If you want to run an all-classic cron job instead, do like this:
* `etc/cron.d/restic`: Depending on your system's cron, put this in `/etc/cron.d/` or similar, or copy the contents to $(sudo crontab -e). The format of this file is tested under FreeBSD, and might need adaptions depending on your cron.
* `usr/local/sbin/cron_mail`: A wrapper for running cron jobs, that sends output of the job as an email using the mail(1) command.
## Uninstall
There is a make target to remove all files (scripts and configs) that were installed by `sudo make install`. Just run:
```console
$ sudo make uninstall
```