Jump to content
Forum²

Recommended Posts

Posted

I'll start off with a quick explaination of what I'm trying to do.

 

We have a Truesight server and I'm trying to backup the export data (through an HTTPS API). I am using a ported WGET application as well as a batch file that contains the command for wget with all the options needed in conjunction with Windows Task Scheduler.

 

If I run the batch file manually, it completes the entire download which is about 52-57mb on average. For some reason when I have Windows task scheduler run, it only downloads 20-28mb of the file. Here is a copy of the command in the batch file.

 

C:\Backup\wget --no-certificate -T 100 -O C:\Backup\getdata-%date%.zip "https://MACHINE.IP/getexport?usr=USERNAME&pwd=PASSWORD"

 

Any help in regards to why this will not fully download, or any general comment about the process would be greatly appreciated.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...