mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-01 09:34:34 +02:00
Backup name fixed
This commit is contained in:
parent
c96115eaa1
commit
ad422b27b2
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
#----------SCRIPT INFORMATION---------------------------------------------------
|
||||
#
|
||||
# Script: Mikrotik RouterOS automatic backup & update
|
||||
# Version: 20.04.13
|
||||
# Version: 20.04.15
|
||||
# Created: 07/08/2018
|
||||
# Updated: 13/04/2020
|
||||
# Updated: 15/04/2020
|
||||
# Author: Alexander Tebiev
|
||||
# Website: https://github.com/beeyev
|
||||
# You can contact me by e-mail at tebiev@mail.com
|
||||
|
@ -147,7 +147,7 @@
|
|||
## PREPARE BACKUP DATA
|
||||
: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 backupFileConfig "$bname.rsc";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue