You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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};
The text was updated successfully, but these errors were encountered:
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};
The text was updated successfully, but these errors were encountered: