System Menu :: Backup & Restore


backup.cgi

Backup your Camera Settings

  • Backups all configuration and returns a binary file: backup.bin

Example

GET: http://admin:instar@192.168.2.168/backup.cgi

restore.cgi

Restore your Camera Settings

  • Restore all configuration from the binary backup file: backup.bin

When restoring from backup.bin, the user credentials from the backup must be sent with the restore request.

  • authuser: base64 encoded e.g. YWRtaW4= equals admin
  • authpwd: base64 encoded e.g. aW5zdGFy equals instar

Example

GET: http://admin:instar@192.168.2.168/restore.cgi?authuser=YWRtaW4=&authpwd=aW5zdGFy