Skip to content

Instantly share code, notes, and snippets.

@bonnee
Created October 1, 2020 14:09
Show Gist options
  • Save bonnee/d55a0936e4b8ee01f420ee64b5cda472 to your computer and use it in GitHub Desktop.
Save bonnee/d55a0936e4b8ee01f420ee64b5cda472 to your computer and use it in GitHub Desktop.
Netgear ReadyNAS config backup script. Tested on a ReadyNAS Duo v1 with RAIDiator 4.1
curl --insecure --request POST --user username:password "https://address/get_handler" --data "command=ConfigBackupBackup&PAGE=System&OPERATION=set&everything=on" --output "READYNAS_$(date +%F-%R).zip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment