From 756f43d5f9c5fb2664e59e4a89e24a776afc83a5 Mon Sep 17 00:00:00 2001
From: Fabien-Jrt <67684689+Fabien-jrt@users.noreply.github.com>
Date: Sun, 24 Jul 2022 13:08:18 +0200
Subject: [PATCH] doc: Add resticprofile to scheduling section

---
 doc/040_backup.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/040_backup.rst b/doc/040_backup.rst
index bbb9df892..c09307da0 100644
--- a/doc/040_backup.rst
+++ b/doc/040_backup.rst
@@ -533,8 +533,11 @@ Restic does not have a built-in way of scheduling backups, as it's a tool
 that runs when executed rather than a daemon. There are plenty of different
 ways to schedule backup runs on various different platforms, e.g. systemd
 and cron on Linux/BSD and Task Scheduler in Windows, depending on one's
-needs and requirements. When scheduling restic to run recurringly, please
-make sure to detect already running instances before starting the backup.
+needs and requirements. If you don't want to implement your own scheduling,
+you can use `resticprofile <https://github.com/creativeprojects/resticprofile/#resticprofile>`__.
+
+When scheduling restic to run recurringly, please make sure to detect already
+running instances before starting the backup.
 
 Space requirements
 ******************