mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-15 09:22:23 +02:00
Backup name fixed
This commit is contained in:
@ -3,9 +3,9 @@
|
|||||||
#----------SCRIPT INFORMATION---------------------------------------------------
|
#----------SCRIPT INFORMATION---------------------------------------------------
|
||||||
#
|
#
|
||||||
# Script: Mikrotik RouterOS automatic backup & update
|
# Script: Mikrotik RouterOS automatic backup & update
|
||||||
# Version: 20.04.13
|
# Version: 20.04.15
|
||||||
# Created: 07/08/2018
|
# Created: 07/08/2018
|
||||||
# Updated: 13/04/2020
|
# Updated: 15/04/2020
|
||||||
# Author: Alexander Tebiev
|
# Author: Alexander Tebiev
|
||||||
# Website: https://github.com/beeyev
|
# Website: https://github.com/beeyev
|
||||||
# You can contact me by e-mail at tebiev@mail.com
|
# You can contact me by e-mail at tebiev@mail.com
|
||||||
@ -147,7 +147,7 @@
|
|||||||
## PREPARE BACKUP DATA
|
## PREPARE BACKUP DATA
|
||||||
:log info ("Bkp&Upd: Creating system backups.");
|
:log info ("Bkp&Upd: Creating system backups.");
|
||||||
|
|
||||||
:local bname "$deviceIdentityName.$deviceBoardModel.$deviceSerialNumber.v$deviceOsVerInst.$deviceUpdateChannel.$dateTime";
|
:local bname "$deviceIdentityName.$deviceRbModel.$deviceRbSerialNumber.v$deviceOsVerInst.$deviceUpdateChannel.$dateTime";
|
||||||
:local backupFileSys "$bname.backup";
|
:local backupFileSys "$bname.backup";
|
||||||
:local backupFileConfig "$bname.rsc";
|
:local backupFileConfig "$bname.rsc";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user