Created
October 1, 2020 14:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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