Post a reply

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

liviu.mirea

It works like a charm, thank you very much! :D
martin

Re: Synchronize problem when permission denied

You can set "option batch continue" before synchronization.
liviu.mirea

Synchronize problem when permission denied

Hello,

I am using the following script to backup my website's files:
option batch on

option confirm off
open xxx@xxx.net
option transfer binary
synchronize local D:\backup -criteria=time
exit

Every now and then it disconnects in the middle of the backup process and I get this in the logs:
...

> 2009-04-24 01:48:58.046 RETR ctpl_admin_acp_board.html.php
< 2009-04-24 01:48:58.062 550 ctpl_admin_acp_board.html.php: Permission denied
. 2009-04-24 01:48:58.062 Copying files from remote side failed.
* 2009-04-24 01:48:58.062 (ExtException) Copying files from remote side failed.
* 2009-04-24 01:48:58.062 ctpl_admin_acp_board.html.php: Permission denied
. 2009-04-24 01:48:58.062 Asking user:
. 2009-04-24 01:48:58.062 Error transferring file '/forum/cache/ctpl_admin_acp_board.html.php'. ("Copying files from remote side failed.","ctpl_admin_acp_board.html.php: Permission denied")
* 2009-04-24 01:48:58.062 (EScpSkipFile) Error transferring file '/forum/cache/ctpl_admin_acp_board.html.php'.
* 2009-04-24 01:48:58.062 Copying files from remote side failed.
* 2009-04-24 01:48:58.062 ctpl_admin_acp_board.html.php: Permission denied
. 2009-04-24 01:48:58.062 Disconnected from server


Basicaly, it tries to download a file that has been deleted or that is currently written, I don't know exactly. Is there any way I can make it skip this error and continue backing up the rest of the files?

Thanks,
Liviu Mirea