Win10 NTFS file copy/backup utility that handles permissions correctly

Page 1 of 5 123 ... LastLast

  1. Posts : 12
    Win10
       #1

    Win10 NTFS file copy/backup utility that handles permissions correctly


    Is there any file+directory level copy/backup utilities that will work properly under Win10, being able to incrementally copy source to destination faithfully?

    It seems to me that Win10's newer security features defeats the ability to do simple file/directory copies, especially incrementally, because there is no one privileged user-account that can overwrite _any_ destination files/directories. Now, there are files owned by Administrator, SYSTEM, TrustedInstaller, etc., so there is no program run under one privileged account that can always modify/read a given file/directory, especially when doing incremental updates to an existing destination. In Linux, a local root account can _always_ overwrite a given local file/directory.

    There are further complications, such as the directories/files in c:\Windows owned by TrustedInstaller not showing up in Windows Explorer (even when Explorer set to show all hidden/system files), hence not being able to be selected for copy with GUI tools such as Teracopy.

    I'm currently experiencing a related nightmare, where my Windows NTFS directory and Win10 works fine, but I can't do Windows updates because of some file corruptions. I can't run "sfc /scannow" either from the running Win10 nor from a a Win10 installation DVD doing repair (keeping files and apps), with the error "Windows Protection System cannot start the repair service." This seems insane, especially when the repair is being done from the DVD boot.
    Tried DISM and most of the other repair schemes found on the Web, all to no avail. Even a DVD repair not keeping files and apps will likely eventually come back to this problem (if there are corruptions) since the permission scheme seems inherently flawed. So, I'm not enthusiastic at all about taking the big plunge of a full install.

    With previous Windows OSs, I was always able to run "sfc /scannow." Sigh.
      My Computer


  2. Posts : 13,896
    Win10 Version 22H2 Pro and Home, Win11 Pro and Home
       #2

    I'm confused, my computers running Win10 Home and Win10 Pro don't have a Folder with the name NTFS. NTFS is usually referring to the formatting of a drive or partition/s on a drive [every drive needs at least 1] as does FAT, FAT16, FAT32 or exFAT. [FAT and FAT16 are old and seldom seen.]

    Windows doesn't mind copying from a disk of one format to a disk of a different format except NTFS and exFAT are needed when working with single file size of 4GB or larger that FAT32 can't handle. An older chart for reference:
    NTFS.com. NTFS vs FAT vs exFAT
      My Computers


  3. Posts : 21
    Windows 10
       #3

    If you're talking about performing an offline backup using a boot disk that provides a forensic quality backup (includes all permissions, Windows Registry values, etc.) then the only program on the market we've found that fulfills that need is Paragon. Acronis' quality falls short in a number of areas on this, and often restoring an image fails using Acronis because in testing the most common result was a blue screen upon attempting to boot the restored image from a backup of hard disk of equivalent size. Most free programs that claim to offer the same feature are often buggy as well, and deliver similar results.

    Paragon also supports writing disk backups to a Virtual Drive file, and it is possible to copy data from a Virtual Drive file in Windows using the Paragon Hard Disk Manager Software.

    Full disclosure, we can only attest to the above in a UEFI / GPT Environment, and it is possible the same is not true of MBR; however we've not tested MBR since we've not used MBR architecture since 2009.

    Hope the suggestion helps.
      My Computer


  4. Posts : 12
    Win10
    Thread Starter
       #4

    "my Windows NTFS directory and Win10 works fine" = "my Win10 running with the NTFS file system's directories+files works fine"

    This is an aside to the issue of Microsoft using hack-upon-hack to protect the hacking of the file system by having the OS not allow the Administer account write/read _any_ directory file regardless of ownership/permission (to fix/overwrite bad/new files as need). This "protection" also defeats the legitimate need to write/read directories+files for fixing file corruption or doing incremental directory+file level copy/back-up.

    Win10 makes a big fuss about its ability to do "in-place upgrade with the ability to save user files+apps" but this can't possibly work (for all cases) if the "upgrading/updating" utility can't modify _any_ files/directories that need to be written/overwritten. So, it comes down to really poorly thought-out OS architecture and false advertising.

    One would have to use Linux (perhaps using live DVD/CD) to modify the NTFS file system directories+files while _ignoring_ ownership/permissions to categorically fix all file system problems.
      My Computer


  5. Posts : 21
    Windows 10
       #5

    Overcoming Microsoft's 'Over'protection


    Win10 User, you're 100% correct about that. We'll share a few thread URL's with you here that touch upon that same issue, and some other development problems courtesy of Microsoft's own developers that include various other issues as well as your example of problems Microsoft's development team failed to prepare for.

    Our biggest issue with Microsoft's developers is that they're making frequent use of the "EVERYONE" permissions string in folders like C:\Users to cop out of doing the hard work of assigning reasonable permissions structures on Windows 10's various folder that require a more intricate approach to using more appropriate and secure permissions strings that don't interfere with Machine Administrators ability to perform their work, and inspect folders, files, processes, backup, etc.

    URL's as follows that cover the same type of issues that you just brought up:

    Stabilize WindowsApps (Windows Store) - Setting Environment Variables - This thread here may allow for Machine Administrators to overcome some of the obstacles we're all facing when it comes to Microsoft's 'over'protection; however a team effort from the community will be the best way to figure out the best approaches.

    The number 1 bug in our professional opinion is that current builds have a major Visual Runtime Libraries Compatibility problem for the 2015 VRL's.... It was reported to Microsoft by us in a follow up on this Microsoft TechNet Thread...

    Failed to install Visual C++ 2015 Redistributable Package on Windows 10 x64

    This additional thread that wouldn't fit on TechNet for initial posting and is on Microsoft Answers covers issues that also are affected by the issue that you brought up as well Win10 User, and include a response from MS Support that is just as thorough as we've all come to expect from Microsoft; being of course not thorough at all with no attention to detail or displaying any demonstrable diagnostic mindset or skills for troubleshooting...

    https://answers.microsoft.com/en-us/...=1521665726176

    Hoping some of the information we've included is helpful to drumming up some ideas to using manual settings that will allow for more stable function of Windows 10.

    SLI - IT-IS Team
    Last edited by StepLadderInc; 07 Apr 2018 at 02:01. Reason: Grammar, Spelling, and Formatting
      My Computer


  6. Posts : 12
    Win10
    Thread Starter
       #6

    I'm looking for some on-line utilities to do the (flat) file+directory copies. By flat, I mean verbatim copies of directory trees from one place to another, not some archiving/backup utilities that takes a source directory tree and puts it in some image file. Utilities like Paragon Hard Disk Manager can copy partitions wholesale, but can't do "flat" incremental copy/backup, where destination directory trees reflect source directory trees.

    Once one uses some off-line mechanisms, then protection schemes (can) go away. Linux can (and does) ignore the artificial ownership/permissions imposed by Windows and can write/overwrite anything in the off-line NTFS file system to do repairs. It's just sad that the off-line Win10 DVD repair utilities still use the (broken) on-line protection schemes in attempting to repair/reinstall the (possibly corrupted) file system.
      My Computer


  7. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #7

    @Win10 User

    What is it that you want to back up exactly? Genrally you don't want to take incremental backups of System Files, only user files and settings. There are however cases where you want to backup files that are neither user nor system files, but has owner set to something other than Administrator.

    You can use XCOPY and SHADOWCOPY for backing up files. SHADOWCOPY can even backup files that are in use.
      My Computers


  8. Posts : 31,467
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #8

    slicendice said:
    ...You can use XCOPY and SHADOWCOPY for backing up files....
    Don't forget ROBOCOPY, a standard Windows command since NT4...

    Robocopy, or "Robust File Copy", is a command-line directory and/or file replication command. Robocopy functionally replaces Xcopy, with more options...
    https://en.wikipedia.org/wiki/Robocopy
      My Computers


  9. Posts : 56,806
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #9

    Another oldie but goodie from MS, still around, still works great, and fast.

    SyncToy Download SyncToy 2.1 from Official Microsoft Download Center
      My Computers


  10. Posts : 4,666
    Windows 10 Pro x64 21H1 Build 19043.1151 (Branch: Release Preview)
       #10

    Bree said:
    Don't forget ROBOCOPY, a standard Windows command since NT4...

    https://en.wikipedia.org/wiki/Robocopy


    How could I forget to mention that? That's the best tool for the job and even recognizes archiving attributes and can work accordingly.

    Thanks for adding this to the list.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:17.
Find Us




Windows 10 Forums