From 174e16502a5c2c6ed5a5d7a5cafeded75f997e0c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 28 Apr 2026 16:36:15 +0200 Subject: [PATCH] global-config: update comment on backup options --- global-config.rsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global-config.rsc b/global-config.rsc index 12c85916..de22019c 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -90,7 +90,8 @@ # Toggle this to disable color output in terminal/cli. :global TerminalColorOutput true; -# This defines what backups to generate and what password to use. +# This defines what backups to generate, the password to use, +# and what random delay (between 0 and given seconds) to apply. :global BackupSendBinary false; :global BackupSendExport true; :global BackupSendGlobalConfig true;