Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

marciano

Sorry for the delay. I installed your app in another user laptop I couldn't access until today.
Log file is kind of huge since your answer: 3.8 Gb
How do you recommend to manage log files? Something like Linux rotation.
Backups are doing okay.
Your app is very useful; definitely I am going do donate to support it.
Thanks
martin

Re: Script execution takes to long

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
dstonek

Script execution takes to long

I am doing a "cron job" to make a backup from some Win 10 folders to a local Linux SFTP server.
First, I selected the folders, right click, PUT (pop-up with options), created some masks to not to upload files like *.mp? , generate script, copy to clipboard and finally OK to upload everything the first time (around 200MB, 3300 files). It took a few minutes.
Then I created a basic task scheduler following your web page steps.
I edited some schedule and other properties after finished the task to execute it each 10 minutes after login, execute even if no AC connected...
At the end, from the Task Scheduler panel I clicked on "Execute" and the task turned from Idle to In Action (My system is in another language so maybe English translations are not accurate).

As said, first time transfer was 3300 files, 200MB but next transfers are no more than 3 files (less than 1MB total) each 10 minutes.

My question is why each backup takes so long. Task Scheduler displays my task In Action (Executing, whatever) for more than 7 minutes (I didn't keep seeing it until it finished)
Does it take a long time to compare dates/sizes of the rest of the files?

Thank you