![]() |
Developer's Diary
Software development, with Terry Ebdon
|
Finding the 20 missing files. There are 695 CR2 files on my Dublin backup drive, H:, for 2017-05-18 Dublin Zoo 5D3, but only 675 files on the corresponding OneDrive backup folder. The backup drive is connected to the Surface Pro 2, via USB 3. I'm viewing the OneDrive folder in a browser, on my MSI Wind U200. This makes comparing folders a little awkward. I decided to map OneDrive as O: drive on the MSI, via WebDAV. Not on the SP2, as that's already mapped to a different OneDrive account; you can't map two drives letters to different accounts on the same machine.
Next I sent a bare directory listing of the SP2's H: folder to a text file:
and did the same with the MSI's O: folder:
Bringing them both onto the SP2, I used WinMerge to find the missing files. But... it's not that easy. The O: listing is not in strict alphanumeric sequence. That's really odd, and I have no idea why.
Sorting the file should fix this:
revealing the 20 missing files:
Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.