> trying to duplicate the contents of the windows partition > with the RSYNC command > > rsync -a --delete --filter "- .tmp" --filter "- lost+found/" --filter > "- .Trash/" > /Windows1 /mnt/sdc14 2>ERROR.txt
I doubt you get anything useful this way wrt Windows 10 system files : these files have special attributes which rsync cannot process. You should restrict rsync to only process user files.  > For example under "Ubuntu 18.04.3 LTS" > ls -als "/Windows1/Program >Files/WindowsApps/microsoft.windowscommunicationsapps_16005.11629.20316.0_x64__8wekyb3d8bbwe" > >$HOME/ERROR1.txt I have examined one such file (HxAccounts.exe), it is system compressed and probably all files from the same directory also are. If you want to read them, you need the "system compressed" plugin (ntfs- plugin-80000017.so). With the plugin, rsync will copy them in uncompressed form, and it will lose the attributes $KERNEL.PURGE.ESBCACHE and $KERNEL.PURGE.APPXFICACHE which have some meaning (unknown to me) for Windows, so the copy cannot serve as a backup. I do not know whether Ubuntu has packaged the system compression plugin. There are pointers in https://bugs.launchpad.net/ubuntu/+source/ntfs- 3g/+bug/1728354/comments/2 above. For reporting further, please follow https://jp-andre.pagesperso-orange.fr/junctions.html#other  -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728354 Title: ntfs: unsupported reparse point To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1728354/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs