I have an issues backup up with duplicacy windows causing a failure to backup when I have the OneDrive folder symbolic linked in a directory I backup with duplicacy. I have had this sort of error before, and have got around in by changing the capitalisation of the symlinks and somehow that seems to have got around it. But I have added new directories and the problem has happened again, and I am not sure how to get around it.
See output below :-
C:\duplicacy-backup>dir
Volume in drive C is OS
Volume Serial Number is FE00-CF4F
Directory of C:\duplicacy-backup
05/11/2018 04:56 PM <DIR> .
05/11/2018 04:56 PM <DIR> ..
05/11/2018 04:55 PM <DIR> .duplicacy
05/11/2018 03:37 PM <JUNCTION> Documents [c:\Users\xxxx\Documents]
02/11/2018 11:00 PM <JUNCTION> google-drive [c:\Users\xxxx\Google Drive]
05/11/2018 04:56 PM <JUNCTION> OneDrive [c:\Users\xxxx\OneDrive]
05/11/2018 03:37 PM <JUNCTION> Pictures [c:\Users\xxxx\Pictures]
0 File(s) 0 bytes
7 Dir(s) 140,822,466,560 bytes free
C:\duplicacy-backup>
C:\duplicacy-backup>duplicacy -log backup -storage wasabi-msduplicacydocuments-direct -vss -stats -threads 6
2018-11-05 16:57:36.485 INFO STORAGE_SET Storage set to minios://us-west-1@s3.us-west-1.wasabisys.com/msduplicacy/documents
2018-11-05 16:57:39.828 INFO BACKUP_START Last backup at revision 91 found
2018-11-05 16:57:39.833 INFO VSS_CREATE Creating a shadow copy for C:\
2018-11-05 16:57:51.748 INFO VSS_DONE Shadow copy {4ACC9E82-3C89-4A04-BE5D-7956138B0B7F} created
2018-11-05 16:57:51.752 INFO BACKUP_INDEXING Indexing C:\duplicacy-backup
2018-11-05 16:57:51.753 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2018-11-05 16:57:52.504 INFO BACKUP_THREADS Use 6 uploading threads
2018-11-05 16:57:53.116 INFO UPLOAD_PROGRESS Uploaded chunk 1 size 338, 338B/s 00:00:01 100.0%
2018-11-05 16:57:53.215 ERROR SNAPSHOT_CHECK The snapshot contains an error: The entry OneDrive/ appears before the entry Documents/
2018-11-05 16:57:53.234 INFO VSS_DELETE The shadow copy has been successfully deleted
Removing OneDrive sym link of course fixes it, but I do want to back that up. Previous time it happened was also with the OneDrive folder, so not sure if there is something particular about that directory, or that is just coincidence.
Any assistance would be greatly appreciated.