From 28dece45ae2fa977e89e3b45fc0457882d0c3da9 Mon Sep 17 00:00:00 2001 From: Gerard Bosch Date: Sat, 30 Oct 2021 12:54:34 +0200 Subject: [PATCH] Update README: Add uninstall instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a860bf8..595c771 100644 --- a/README.md +++ b/README.md @@ -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 +```