You can easily backup a NetScaler's configuration if you select Configuration, System, Backup and Restore, and then click on Backup. I recommend always to create a full backup as a basic backup does not include the license file(s) nor any SSL keys or certificates. From that Backup and Restore menu you can also download or delete a backup. Of course you can restore a backup. But for this the backup file has to reside on the NetScaler. In case of a disaster recovery, when you have to reinstall from scratch, I'm not aware of any option to upload a backup file easily. Here's a workaround:
The textfile /var/ns_sys_backup/nsbackupmap.txt contains one line per backup. Each line is separated by semicolons into different fields:
<backup.tgz>;<type>;<user>;<ip>;<version>;<epoch>;<sizekb>;<comment>
Field | Description |
---|---|
backup.tgz | name of backup file (.tgz) |
type | 1=basic 2=extended 3=full |
user | name of user who created the backup |
ip | client ip address from which the backup was created (32 bit integer) |
version | version string like NS11.1-50.10 |
epoch | seconds from 1.1.1970 when backup was created (date+time also part of filename) |
sizekb | size of tgz in kB |
comment | user comment |