Wrong global "/export" or "/export compact" command

I am trying explain the problem by the code:[admin@MikroTik] > /system reset-configuration
after reboot with default config
[admin@MikroTik] > /export

jan/02/1970 00:01:21 by RouterOS 6.7

software id = 0MIF-GMWW

/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/port
set 0 name=serial0
set 1 name=serial1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1
network=192.168.88.0
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/lcd interface
set sfp-sfpplus1 interface=sfp-sfpplus1
set sfp-sfpplus2 interface=sfp-sfpplus2
...
...
...

[admin@MikroTik] > /user group add name=test
[admin@MikroTik] > /ip address add address=1.1.1.1/29 interface=ether1
[admin@MikroTik] > /export

jan/02/1970 00:04:03 by RouterOS 6.7

software id = 0MIF-GMWW

/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
set 1 name=serial1
/user group
add name=test
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1 network=192.168.88.0
add address=1.1.1.1/29 interface=ether1 network=1.1.1.0
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/lcd interface
set sfp-sfpplus1 interface=sfp-sfpplus1
set sfp-sfpplus2 interface=sfp-sfpplus2
...
...
...

[admin@MikroTik] > /export file=testcon
[admin@MikroTik] > /system reset-configuration keep-users=yes no-defaults=yes run-after-reset=testconf.rsc

after reboot 

[admin@MikroTik] > /export

jan/02/1970 00:01:31 by RouterOS 6.7

software id = 0MIF-GMWW

/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
set 1 name=serial1
/user group
add name=test
/lcd interface
set sfp-sfpplus1 interface=sfp-sfpplus1
set sfp-sfpplus2 interface=sfp-sfpplus2
...
...
...

[admin@MikroTik] > log print

00:00:14 system,info router rebooted
00:00:16 system,info hotspot user profile default changed
00:00:16 system,info port changed
00:00:16 system,info port changed
00:00:19 interface,info ether8 link up (speed 1000M, full duplex)
00:00:20 system,info,account user admin logged in via winbox
00:01:16 system,info,account user admin logged in via localScript execution failed, beacause group "test" already exists
I think global export("/export" or "/export compact") shouldn't exports all "/user" section, excluding "/export verbose"

I’m doing this to create a backup and synchronization router configs.
Two CCR1036 and VRRP on them. On the second will periodically download a new configuration using the export / import commands.

[admin@MikroTik] > /export

jan/02/1970 00:01:21 by RouterOS 6.7

software id = 0MIF-GMWW

/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/port
set 0 name=serial0
set 1 name=serial1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1
network=192.168.88.0
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/lcd interface
set sfp-sfpplus1 interface=sfp-sfpplus1
set sfp-sfpplus2 interface=sfp-sfpplus2
set ether1 interface=ether1
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6 interface=ether6
set ether7 interface=ether7
set ether8 interface=ether8
/system leds
set 0 type=interface-speed
set 2 type=interface-speed
/system routerboard settings
set boot-device=nand-only cpu-frequency=1200MHz memory-frequency=1066DDRSame problems with:

/system leds
set 0 type=interface-speed
set 2 type=interface-speed

[admin@MikroTik] /system leds
[admin@MikroTik] /system leds> set 0 type=interface-speed
failure: This preset is read-only!
[admin@MikroTik] /system leds> set 2 type=interface-speed
failure: This preset is read-only!