If you don't have admin credential at the original 200F, how were you able to backup the config before uploading it at the new 200F?
Anyway, since "maintainer" no longer work after 7.2.x, what I would do to set a new admin credential with the backup config is:
1. default the new 200F and set up whatever you want as a new admin username/password.
2. backup the new 200F config into a file and open it with an editor.
3. copy the new admin config including the encrypted password under "config sys admin". It would look like below:
config system admin
edit "admin"
set accprofile "super_admin"
set vdom "root"
set password ENC <encrypted_password_hash>
next
end
4. open the backup config file from the old 200F with an editor.
5. paste(insert if the same admin username doesn't exist already) the "edit <username>" to "next" you just copied into the config sys admin section of the old 200F's config, then save.
6. finally upload the modified old 200F's config file into the new 200F, so-called "restore".
Then you can log in with the new credential but the new 200F has the rest of old 200F's config.
Toshi