mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2024-11-07 08:14:17 +01:00
Update BackupAndUpdate.rsc
This commit is contained in:
parent
bbf7797588
commit
81799715db
@ -204,7 +204,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik
|
||||
:local mailBodyCopyright "\r\n\r\nMikrotik RouterOS automatic backup & update (ver. $scriptVersion) \r\nhttps://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update";
|
||||
:local changelogUrl ("Check RouterOS changelog: https://mikrotik.com/download/changelogs/" . $updateChannel . "-release-tree");
|
||||
|
||||
:local backupName "$deviceIdentityName.$deviceRbModel.$deviceRbSerialNumber.v$deviceOsVerInst.$deviceUpdateChannel.$dateTime";
|
||||
:local backupName "v$deviceOsVerInst_$deviceUpdateChannel_$dateTime";
|
||||
:local backupNameBeforeUpd "backup_before_update_$backupName";
|
||||
:local backupNameAfterUpd "backup_after_update_$backupName";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user