backup-{email,upload}: add setting in configuration

This commit is contained in:
Christian Hesse 2026-04-24 14:20:29 +02:00
parent 7a17e42919
commit 08dda6baf5
3 changed files with 5 additions and 2 deletions

View file

@ -90,7 +90,9 @@
# 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 whether to add date & time in filenames, what backups to generate,
# the password to use, and what random delay (between 0 and given seconds) to apply.
:global BackupFileNameDate false;
:global BackupSendBinary false;
:global BackupSendExport true;
:global BackupSendGlobalConfig true;