Hi @Canaveth !
Old 5900:
<Old_5900> save safely force
<Old_5900> backup startup-configuration to <tftp-server> 5900-backup.cfg
New 5900:
Step 1: If new switch at factory defaults, skip to Step 2. Otherwise if any non-default configuration exists, first reset the config and reboot:
<New_5900> reset saved-configuration
<New_5900> reboot
# BE CAREFUL AND DO NOT SAVE CURRENT CONFIG BEFORE THE REBOOT! Pay attention to what device asks you
Step 2: Restore the configuration from TFTP server :
<New_5900> restore startup-configuration from <tftp-server> 5900-backup.cfg
Step 3a: Either reboot the switch to load the new config (recommended), OR:
Step 3b: Replace running-configuration with the downloaded file:
<New_5900> configuration replace file 5900-backup.cfg
Hope this helps!