Instructions to make cron file executable.

This commit is contained in:
Dan Helfman 2017-07-22 21:20:48 -07:00
parent 2274cfe480
commit 52963adfc9
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/cron/borgmatic).
Then, from the directory where you downloaded it: Then, from the directory where you downloaded it:
sudo mv borgmatic /etc/cron.d/borgmatic 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. You can modify the cron file if you'd like to run borgmatic more or less frequently.