From 52963adfc99fbea317065f9d276d82fbf6e47794 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 22 Jul 2017 21:20:48 -0700 Subject: [PATCH] Instructions to make cron file executable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index feebbdc6..0d259369 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/cron/borgmatic). Then, from the directory where you downloaded it: sudo mv borgmatic /etc/cron.d/borgmatic + sudo chmod +x /etc/cron.d/borgmatic You can modify the cron file if you'd like to run borgmatic more or less frequently.