From ae2b1221349b5e87d20eba81a7bd0e98748233da Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Thu, 2 Dec 2021 15:28:40 +0100 Subject: [PATCH] Add AUR instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b24c9b8..1b8b609 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ $ cd restic-systemd-automatic-backup $ sudo make install ```` +Arch Linux users can install the aur package [restic-systemd-automatic-backup](https://aur.archlinux.org/packages/restic-systemd-automatic-backup/) e.g. : +```console +$ yaourt -S restic-systemd-automatic-backup +```` + ## 1. Create Backblaze B2 account First, see this official Backblaze [tutorial](https://help.backblaze.com/hc/en-us/articles/115002880514-How-to-configure-Backblaze-B2-with-Restic-on-Linux) on restic, and follow the instructions ("Create Backblaze account with B2 enabled") there on how to create a new B2 bucket.