Problems with syncronization

Advertisement

PutteP
Guest

Problems with syncronization

I'm running a script weekly from my backup machine that is accessing my main server to make a backup. Some new files and folders are correctly transferred but some files/folders are completely voided.

If I use WinSCP GUI I can use the same login profile see all the files that are missed by the script and can transfer them back and forth without any problems. When I look at the output window from the script it doesn't even list and check the folders that is being missed. How can this be??

Here below is a copy of my script with the personal details modified...

option batch on
option confirm off
open myprofile
option transfer
synchronize local -delete -criteria=time C:\_BACKUP\ /_Shared/
exit

Thanks in advance!

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Problems with syncronization

Please pick single file which script fails to synchronize and post a log file both for GUI synchronization, which transfer the file, and script synchronization, which does not transfer the file.

Reply with quote

PutteP
Guest

Kind of hard to publish too many details from my server structure here in the forum, would it be possible to e-mail you the requested information separately?

Reply with quote

Advertisement

You can post new topics in this forum