mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-05 02:34:45 +02:00
backup-partition: support copy before feature update
This commit is contained in:
parent
6cbe13a135
commit
affa118161
3 changed files with 30 additions and 3 deletions
|
@ -85,6 +85,8 @@
|
|||
:global BackupUploadUrl "sftp://example.com/backup/";
|
||||
:global BackupUploadUser "mikrotik";
|
||||
:global BackupUploadPass "v3ry-s3cr3t";
|
||||
# Copy the RouterOS installation to backup partition before feature update.
|
||||
:global BackupPartitionCopyBeforeFeatureUpdate false;
|
||||
|
||||
# This defines the settings for firewall address-lists (fw-addr-lists).
|
||||
:global FwAddrLists {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue