From 071e3a7c2cf2cc9fa2f6afefcee340851e4aa9d7 Mon Sep 17 00:00:00 2001 From: Marc Leuser Date: Thu, 25 Feb 2021 08:58:20 +0100 Subject: [PATCH] hint to cronjobs for shorter backup intervals (#315) --- source/manual/git-backup.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/manual/git-backup.rst b/source/manual/git-backup.rst index 72ed1f1c..bf6bd55e 100644 --- a/source/manual/git-backup.rst +++ b/source/manual/git-backup.rst @@ -55,8 +55,9 @@ we choose this loosely coupled method. Events which are yet unprocessed are bein remains active. On periodic intervals (the standard ones from the backup scheduler), the collected commits are pushed to the configured -upstream repository. The regular backup procedure (which is also being triggered using the test button in the user interface) -is responsible for initialising the empty local repository and configuring the upstream target. +upstream repository. To shorten these default intervals, a custom cronjob (see :doc:`Settings `) can be +set up, selecting `Remote Backup` as the Command. The regular backup procedure (which is also being triggered using the test +button in the user interface) is responsible for initialising the empty local repository and configuring the upstream target. .. Note::