- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Moving a SDN backup file to another location
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2015 01:29 AM
11-24-2015 01:29 AM
Moving a SDN backup file to another location
for belowHello,
i made a VAN controller 2.5 to generate a backup, and like to move it to another location for safekeeping,
but, repeatly failed it, i knows the returned error code:400 means bad request, so i guess there is something wrong with my curl syntax, so could you help to find what's the wrong on below my a curl command,
sdn@ubuntu:/opt/sdn/backup$ curl --noproxy 172.10.10.101 --header "X-Auth-Token:a03005688af9447fbe5c14fdff03c452" --fail -ksSfL --request GET --url "https://172.10.10.101:8443/sdn/v2.0/backup>\\172.10.10.102\c$sdn_controller_backup_172.10.10.101.zip"
curl: (22) The requested URL returned error: 400
sdn@ubuntu:/opt/sdn/backup$
and, also please let me know a sample upload curl command for below a command which is from administative guide;
curl --noproxy controller_ip -X POST --fail -ksSfL
--url "https://controller_ip:8443/sdn/v2.0/restore/backup"
-H "X-Auth-Token:auth_token" --data-binary @PatH-and-file-name.zip"
Thanks in advance.