I installed the Windows 10 Fall Creators Update yesterday on my computer. Backups are working on all folders apart from my Local OneDrive folder which contains only locally sync’d files.
The error is: Warnings: [ Failed to process path: C:\Users\Name\Documents\OneDrive\ => I/O error occurred.]
Duplicati is running as a service under Windows 10 v16299
Am running Duplicati - 2.0.2.10_canary_2017-10-11
I appreciate that this problem has been caused by the new version of OneDrive but if there is a workaround I’d love to hear about it.
It sounds like this is the same issue reported here:
With the Windows 10 Fall Creators Update, local OneDrive files and folder are now “Cloud Files”, which are implemented as reparse points which may or may not be present. Duplicati treats all reparse points as symlinks, which is not correct. I would love to see an option for Cloud Files similar to SymlinkStrategy, e.g.:
/// <summary>
/// The possible setting for the CloudFiles strategy
/// </summary>
public enum CloudFilesStrategy
{
/// <summary>
/// Automatic…
And logged on GitHub here:
opened 02:38PM - 18 Oct 17 UTC
closed 09:57PM - 07 Feb 18 UTC
bug
help wanted
- [X ] I have searched open and closed issues for duplicates.
---------------… -------------------------
## Environment info
- **Duplicati version**: v2.0.2.8-2.0.2.8_canary_2017-09-20
- **Operating system**: Windows 10 Fall Creators Update
- **Backend**: Replace me
## Description
After upgrading to Fall Creators Update it is no longer possible to update the OneDrive Folder.
An error is logged for the respective folder
>>
Failed to process path: C:\Users\helmu\OneDrive\
Alphaleonis.Win32.Filesystem.UnrecognizedReparsePointException: E/A-Fehler
bei Alphaleonis.Win32.Filesystem.Device.GetLinkTargetInfoCore(SafeFileHandle safeHandle)
bei Alphaleonis.Win32.Filesystem.File.GetLinkTargetInfoCore(KernelTransaction transaction, String path, PathFormat pathFormat)
bei Duplicati.Library.Snapshots.WindowsSnapshot.GetSymlinkTarget(String file)
bei Duplicati.Library.Main.Operation.BackupHandler.HandleFilesystemEntry(ISnapshotService snapshot, BackendManager backend, String path, FileAttributes attributes)
>>
## Steps to reproduce
1. Include OneDrive Folder in Backup
2. Process backup. Message from above is logged
3. ...
1 Like
I came here looking for info on this.
I use OneDrive with a paid 365 family subscription, and rely on it heavily. Since the Windows 10 update, I’ve been getting a LOT of failed backups, all with the same “I/O error” for all OneDrive locations.
Is there any kind of work-around we could try?
OliG
October 27, 2017, 7:07pm
4
Had the same Issue. OneDrive Folder was not backed up.
After turning on the “expert option” Symlink-policy the backup works fine
1 Like
Did you set the --symlink-policy
parameter to store
, ignore
, or follow
?
Just tried this with it set to Follow. All working correctly again
Thanks for the info.
I flagged your post as the fix, please let me know if that is incorrect.