From e608b7924a3f4c918d77b09790bbd0455c1ce5e3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 8 Apr 2018 12:06:15 -0700 Subject: [PATCH] Adding note about executable location. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b78e53b6..036d1850 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ After you install borgmatic, generate a sample configuration file: sudo generate-borgmatic-config ``` +If that command is not found, then it may be installed in a location that's +not in your system `PATH`. Try looking in `/usr/local/bin/`. + This generates a sample configuration file at /etc/borgmatic/config.yaml (by default). You should edit the file to suit your needs, as the values are just representative. All fields are optional except where indicated, so feel free