-
Notifications
You must be signed in to change notification settings - Fork 347
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
Multiple versions of file shown on website after single upload #362
Comments
Thanks for the great detail behind this issue - any chance you can submit this against my branch rather than this branch so I track and handle better? It sounds like what is happening is that when the current code base updates the timestamps, that 'change' is causing a version of the file .. will have to do some testing on that. |
Yes, if I knew how to :-) I'm a bit new to Github. If you have a url for me to use to submit, that would be great. Thanks. |
Try now - I had to enable the issues function |
Perfect, thanks! I've duplicated the issue there (abraunegg/onedrive#2). |
thanks - best close the issue here as the entire skilion codebase has been abandoned |
Hi,
I'm not sure if this is a bug or me being an idiot. With that out of the way, the problem is that the OneDrive web interface shows multiple versions for every file that I upload, meaning that each file consumes multiples of its own size from my storage allocation.
Some background:
onedrive --version: onedrive v1.1.2-1-ge8d3a26
OS: Debian 9.4 (Stretch)
For testing, I deleted all files from my account on the OneDrive servers, emptied the recycle bin and the second recycle bin. Storage Metrics page shows 0 bytes usage. I deleted my local items.sqlite3* files.
Command ran: onedrive --verbose --local-first --monitor --synchronize
Sequence of events:
The upshot of this is that even if my files total, say 1GB, my storage allocation is reduced by 2GB. If I manually download and check each "version", they are identical (md5sum). I suppose the intended outcome is that there is one version, which has a modification date equal to when the file was last modified, not when it was uploaded.
A short section of the log file is shown here:
Onedrive_log.txt
I have also screen-grabbed a short video showing the problem. Keep looking at the file 'duplicati-b167be4f012754240b8679b9b81a9f6fa.dblock.zip.aes' which I highlight at various points.
video_example.zip
Many thanks in advance,
James
The text was updated successfully, but these errors were encountered: