mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-19 01:42:33 +00:00
backup-{email,upload}: add setting in configuration
This commit is contained in:
parent
2f621a5981
commit
2f5aa2f337
3 changed files with 5 additions and 3 deletions
|
|
@ -90,8 +90,9 @@
|
|||
# Toggle this to disable color output in terminal/cli.
|
||||
:global TerminalColorOutput true;
|
||||
|
||||
# This defines what backups to generate, the password to use,
|
||||
# and what random delay (between 0 and given seconds) to apply.
|
||||
# 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue