mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-07-01 17:44: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 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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue