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"