transfering dude from x86 to 1100Ahx4 Dude Edition

Hi All,
I’m tring to transfer dude from x86 machine to RB1100AHX4 dude edition but gives me error like “status: data dir not ready” Im using

/dude import-db backup-file=disk1/backup15.77

command for importing databse and failed. but when i change dude data directory from menu dude> settings and make it disk1 there is no problem, export complete successfully and dude start working but when i reboot device everything lost again then dude became disabled and data directory became to “dude”. I need to set data directory to “disk1” and enable dude for start dude again.
why when I reboot is became disabled ?

amt,

May you verify if something like this will work?

# On source
dude set enabled=no
dude export-db backup-file=x86-backup-01.db
#
# On destination
dude set enabled=no
dude set data-directory=disk1/dude
dude import-db backup-file=x86-backup-01.db
dude set enabled=yes
system reboot
#

Thank you!

thanks eriitguy thats worked …