Thanks, gchen. So, I set up my first “real” (not just testing) backup, consisting of two jobs. One job backs up some folders from my data drive; the other job backs up my \Users\lphelan folder on my system drive.
The data drive job completed successfully, but the \Users\lphelan job had some errors. Here are the error-related log lines (I skipped the log entries that looked normal to me).
2018-01-24 18:16:36.385 INFO STORAGE_SET Storage set to b2://HP13B2
2018-01-24 18:16:38.834 INFO BACKUP_START No previous backup found
2018-01-24 18:16:38.838 INFO VSS_CREATE Creating a shadow copy for C:
2018-01-24 18:16:41.788 INFO VSS_DONE Shadow copy {EDA8EF7F-F296-40F7-A126-892501247D5F} created
2018-01-24 18:16:41.789 INFO BACKUP_INDEXING Indexing C:\Users\lphelan
2018-01-24 18:16:41.789 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2018-01-24 18:16:41.791 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Application Data: Access is denied.
2018-01-24 18:16:41.791 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Cookies: Access is denied.
2018-01-24 18:16:41.791 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Local Settings: Access is denied.
2018-01-24 18:16:41.792 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\My Documents: Access is denied.
2018-01-24 18:16:41.792 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\NetHood: Access is denied.
2018-01-24 18:16:41.792 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\PrintHood: Access is denied.
2018-01-24 18:16:41.792 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Recent: Access is denied.
2018-01-24 18:16:41.793 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\SendTo: Access is denied.
2018-01-24 18:16:41.793 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Start Menu: Access is denied.
2018-01-24 18:16:41.793 WARN LIST_LINK Failed to read the symlink: readlink C:\Users\lphelan.duplicacy\shadow\Users\lphelan\Templates: Access is denied.
2018-01-24 18:16:42.325 WARN LIST_LINK Failed to read the symlink AppData/Local/Packages/Microsoft.Microsoft3DViewer_8wekyb3d8bbwe/LocalCache: Unhandled reparse point type 80000018
2018-01-24 18:16:43.880 INFO BACKUP_LIST Listing all chunks
2018-01-24 18:16:43.992 INFO BACKUP_THREADS Use 4 uploading threads
2018-01-24 18:16:43.994 INFO PACK_END Packed .recently-used.xbel (218)
…a zillion …Packed… and Uploaded chunk… lines
2018-01-24 21:19:50.864 INFO UPLOAD_PROGRESS Uploaded chunk 1639 size 5644942, 763KB/s 01:04:56 73.8%
2018-01-24 21:19:50.864 ERROR CHUNK_MAKER Failed to read 0 bytes: read C:\Users\lphelan/.duplicacy\shadow\Users\lphelan/AppData/LocalLow/Google/GoogleEarth/Cache/unified_cache_leveldb_leveldb2/003311.sst: The device is not ready.
2018-01-24 21:19:50.889 WARN VSS_DELETE Failed to delete the shadow copy: 80042308
2018-01-24 21:19:50.900 INFO INCOMPLETE_SAVE Incomplete snapshot saved to C:\Users\lphelan/.duplicacy/incomplete
[21:19:50] C:\Users\lphelan Backup operation returned an error:
ERROR Failed to read 0 bytes: read C:\Users\lphelan/.duplicacy\shadow\Users\lphelan/AppData/LocalLow/Google/GoogleEarth/Cache/unified_cache_leveldb_leveldb2/003311.sst: The device is not ready.
I see lots of suspicious looking things: “Access is denied” - I had Enable Volume Shadow Copy selected. Error Chunk Maker. Incomplete snapshot. Backup operation returned an error. Device not ready.
Do you know what went wrong?
Edit: Sorry the log lines are formatted so poorly. Is there a way to make them more readable, should I need to post log entries again?