mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-12-06 10:19:28 +00:00
Merge pull request #29 from beeyev/Backup-naming-convention-fix
Update BackupAndUpdate.rsc
This commit is contained in:
commit
eaac4e3ab4
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#----------SCRIPT INFORMATION---------------------------------------------------
|
||||
#
|
||||
# Script: Mikrotik RouterOS automatic backup & update
|
||||
# Version: 22.01.17
|
||||
# Version: 22.07.15
|
||||
# Created: 07/08/2018
|
||||
# Updated: 17/01/2022
|
||||
# Updated: 15/07/2022
|
||||
# Author: Alexander Tebiev
|
||||
# Website: https://github.com/beeyev
|
||||
# You can contact me by e-mail at tebiev@mail.com
|
||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue