Chimay-Red icon indicating copy to clipboard operation
Chimay-Red copied to clipboard

export config not working /ram/info.out: No such file or directory

Open 11ume opened this issue 7 years ago • 3 comments

Test /nova/bin/info '/system sup-output name=supout1.rif' cp /rw/disk/supout1.rif /ram/winbox.idx this working fine reader

/nova/bin/info '/export' > /ram/winbox.idx busybox same output: /ram/info.out: No such file or directory this have problems

11ume avatar Feb 18 '18 22:02 11ume

I think this depends on RouterOS versoin

BigNerd95 avatar Mar 10 '18 11:03 BigNerd95

On 6.38.4:

# /nova/bin/info '/system sup-output name=supout1.rif'


can't open file /ram/info.out: No such file or directory
# /nova/bin/info 'export' 
# mar/10/2018 11:48:50 by RouterOS 6.38.4
# software id = [...]
#
/tool user-manager customer
set admin access=\
    own-routers,own-users,own-profiles,own-limits,config-payment-gw
/ip address
add address=192.168.2.123/24 interface=ether2 network=192.168.2.0
[...]

BigNerd95 avatar Mar 10 '18 11:03 BigNerd95

/nova/bin/info '/system sup-output name=supout1.rif' can't open file /ram/info.out: No such file or directory

It seems to me that this error is also thrown at me, but the file is created anyway and it seems to be not corrupt. -> /rw/disk/supout1.rif Then with the .rif parser of mikrotik the information is much more readable.

11ume avatar Apr 01 '18 17:04 11ume