1. Disable iSCSI service in the Web Admin page
  2. Access the NAS via SSH, using the admin account and password.
    (PuTTY Download: www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
  3. Disable the iSCSI Service process
        # /etc/init.d/iscsitrgt.sh stop
  4. Change to the backup config directory
        # cd /share/MD0_DATA/.@backup_config
  5. List the contents
        # ls
  6. Unzip the backup config. The most recent backup will start with 0_..., the next most recent with 1_... and so on
        # tar -xvf 0_20121212_0304.tar.gz
  7. Copy the backup config file to the /etc/config directory
        # cp etc/config/iscsi_trgt.conf /etc/config
    Restart the iSCSI service
        # /etc/init.d/iscsitrgt.sh start
  8. Delete the backup config unzip folder
        # rm -r /share/MD0_DATA/.@backup_config/etc
  9. Enable iSCSI service in the Web Admin page and check the targets are visible.