Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Errno 13] Permission denied for Updating existing file #29

Open
walterjunjun opened this issue Apr 30, 2020 · 1 comment
Open

[Errno 13] Permission denied for Updating existing file #29

walterjunjun opened this issue Apr 30, 2020 · 1 comment

Comments

@walterjunjun
Copy link

First of all, nice program.
But I saw several permission errors for 'updating' from local pc to network share. The error only pops up when dealing with 'existing files' (most of them even do not need to be updated based on ctime, strange)

Updateing file '[dest/new_file]' ## no error
Updating file '[dest/existing_file]' ## updating the unchanged existing file
[Errno 13] Permission denied, ....

------------------------------------------- My environment:
windows 10 anaconda 2 (python 2.7); dirsyn._version='2.2.4';
action ='sync';
opt={
'verbose':True,
'ctime':True,
'force':False,
'create':True};

@alexfromvl
Copy link

The same problem. Did you manage to find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants