Closed ka2er closed 11 years ago
Thanks for the patch.
no problem.
I've a question maybe you could help, some photos are identified as UNKNOWN. I believe that's because there is no remote hash ? What is the strategy to fix this , Repair ? Is it destructive ?
thanks for four input...
On Tue, Apr 9, 2013 at 8:48 PM, Leo Crawford notifications@github.comwrote:
Thanks for the patch.
— Reply to this email directly or view it on GitHubhttps://github.com/leocrawford/picasawebsync/pull/5#issuecomment-16132225 .
I'm just off on holiday. I'll reply when I get back in just over a week. Leo
On 9 April 2013 20:20, ka2er notifications@github.com wrote:
no problem.
I've a question maybe you could help, some photos are identified as UNKNOWN. I believe that's because there is no remote hash ? What is the strategy to fix this , Repair ? Is it destructive ?
thanks for four input...
On Tue, Apr 9, 2013 at 8:48 PM, Leo Crawford notifications@github.comwrote:
Thanks for the patch.
— Reply to this email directly or view it on GitHub< https://github.com/leocrawford/picasawebsync/pull/5#issuecomment-16132225>
.
— Reply to this email directly or view it on GitHubhttps://github.com/leocrawford/picasawebsync/pull/5#issuecomment-16134173 .
Hi. Try the setting -c3 to not use hashes.
Repair does the following:
RepairActions= { Comparisons.REMOTE_OLDER:Actions.REPLACE_REMOTE_WITH_LOCAL, Comparisons.DIFFERENT:Actions.REPLACE_REMOTE_WITH_LOCAL, Comparisons.SAME:Actions.SILENT, * Comparisons.UNKNOWN:Actions.UPDATE_REMOTE_METADATA, * Comparisons.LOCAL_ONLY:Actions.UPLOAD_LOCAL, Comparisons.REMOTE_ONLY:Actions.DELETE_REMOTE}
The line in bold says that in repair mode if it finds an unknown it will update the remote metadata. I /think/ this ought to be non destructive, but I haven't checked.
Leo
On 9 April 2013 20:20, ka2er notifications@github.com wrote:
no problem.
I've a question maybe you could help, some photos are identified as UNKNOWN. I believe that's because there is no remote hash ? What is the strategy to fix this , Repair ? Is it destructive ?
thanks for four input...
On Tue, Apr 9, 2013 at 8:48 PM, Leo Crawford notifications@github.comwrote:
Thanks for the patch.
— Reply to this email directly or view it on GitHub< https://github.com/leocrawford/picasawebsync/pull/5#issuecomment-16132225>
.
— Reply to this email directly or view it on GitHubhttps://github.com/leocrawford/picasawebsync/pull/5#issuecomment-16134173 .