From f04e9d9f452563f8a6cbd73b789926d97175033d Mon Sep 17 00:00:00 2001 From: FingerlessGloves Date: Fri, 22 Oct 2021 10:22:11 +0100 Subject: [PATCH] Update git default push interval time to nightly (#355) --- source/manual/git-backup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/manual/git-backup.rst b/source/manual/git-backup.rst index bf6bd55e..b53f9c66 100644 --- a/source/manual/git-backup.rst +++ b/source/manual/git-backup.rst @@ -54,8 +54,8 @@ we choose this loosely coupled method. Events which are yet unprocessed are bein Events are processed from the moment the initial backup is configured, when disabling backups, the (local) changelog itself remains active. -On periodic intervals (the standard ones from the backup scheduler), the collected commits are pushed to the configured -upstream repository. To shorten these default intervals, a custom cronjob (see :doc:`Settings `) can be +Git backup will push collected commits to the upstream repository nightly. +To shorten this default interval, 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.