How can I back up all user data from a system drive, even if in odd folders/locations?


Frank15

Member
Local time
8:32 PM
Posts
21
OS
Windows 11 Home
I’m a PC repair tech and I’m used to manually backing up and reinstalling Windows then restoring the data manually. I wonder if there’s any app, robocopy script or similar that can help me automate this, that can find and back up all data in a Windows 10/11 system drive, even if located in unusual locations such as in C:\ or in app specific folders, not just by file extension (I know how to do that with robocopy, etc), but some apps have proprietary file extensions or use extensionless files, so the app would have to inspect files and detect when it is a data file, if that is possible.
 

My Computer

System One

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte B550M DS3H
There are programs, but they often only cover a set of applications and are licensed per system it's used on. There is no way to determine programmatically if a file is used data or not. Mostly it's someone manually profiling applications and where they store data.
 

My Computer

System One

  • OS
    Windows 11
There are programs, but they often only cover a set of applications and are licensed per system it's used on. There is no way to determine programmatically if a file is used data or not. Mostly it's someone manually profiling applications and where they store data.
That's what I suspected. Thanks a lot for your answer :-)
 

My Computer

System One

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte B550M DS3H
Backing up personal data files - SyncBackFree, you can pick and choose folders/files

Alternatively, image the drive with Macrium Reflect (freeware version still available from majorgeeks)
Then on the new installation, use MR to mount the image file and copy/paste selected contents to the new insatllation

NEITHER are satisfactory for system and/or program files/folders
 

My Computers

System One System Two

  • OS
    Windows 11 2xH2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-12400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    512GB KIOXIA NVMe
    1TB SATA SSD
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    BT
    Mouse
    BT
    Browser
    Brave FFox Chrome Opera
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro 2xH2 (latest update ... 4ever anal)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS
Thanks for your answers. I've tested both apps you recommended and they're quite good, although not quite what I'm looking for. I'm now trying this command to copy app data files in a system drive (excluding system and application files that may not contain data...I mean user data).

robocopy C:\ i:\backup *.txt *.doc *.docx *.rtf *.odt *.odm *.pdf *.html *.xml *.xhtml *.epub *.mobi *.azw3 *.csv *.tsv *.log *.yaml *.yml *.json *.markdown *.rst *.tex *.wpd *.ods *.xps *.abw *.pages *.ott *.wks *.wps *.odg *.odp *.sxw *.docm *.dotx *.dotm *.sxi *.xls *.xlsx *.xlsm *.csv *.tsv *.dif *.dbf *.slk *.wk1 *.gnumeric *.numbers *.xltx *.mdb *.accdb *.sqlite *.db *.dbf *.pdb *.sql *.sqlite3 *.db3 *.sqlite2 *.ppt *.pptx *.odp *.key *.pot *.potx *.pps *.ppsx *.pptm *.potm *.ppsm *.otp *.prezi *.slp *.fppx *.jpg *.jpeg *.png *.gif *.bmp *.tiff *.tif *.webp *.svg *.raw *.psd *.ai *.eps *.cdr *.pcx *.xpm *.emf *.wmf *.heif *.heic *.dng *.nef *.orf *.cr2 *.sr2 *.jxr *.avif *.tga *.pgm *.ppm *.xcf *.fpx *.3dm *.obj *.fbx *.glb *.dae *.stl *.3ds *.mp3 *.wav *.wma *.flac *.ogg *.aac *.m4a *.aif *.aiff *.amr *.opus *.midi *.flp *.cda *.mp4a *.mpc *.alac *.ape *.wavpack *.spx *.mka *.aifc *.wv *.caf *.au *.mp4 *.mkv *.avi *.mov *.wmv *.flv *.webm *.mpg *.mpeg *.3gp *.vob *.ogv *.ts *.m4v *.asf *.rm *.f4v *.qt *.h264 *.xvid *.divx *.swf *.yuv *.m2ts *.hevc *.mts *.mpv *.dvr-ms *.zip *.rar *.tar *.7z *.gzip *.tgz *.bz2 *.xz *.iso *.tar.gz *.tar.bz2 *.tar.xz *.arj *.lzh *.cab *.chm *.pax *.z *.jar *.ace *.pak *.uue *.dmg *.pkg *.cpgz *.pst *.ost *.eml *.msg *.mbox *.mail *.mbx *.rfc822 *.emlx *.torrent *.mobi *.gpx *.vcf *.vcs *.ics *.vcard *.kml *.kmz *.img *.bin *.wim *.raw *.dsk *.sparsebundle *.sparseimage *.plist *.mobileconfig *.icns *.pict *.qtx *.key *.numbers *.pages *.toast *.deb *.rpm *.bin *.sh *.run *.out *.elf *.bashrc *.profile *.bash_profile *.zshrc *.xdg *.desktop *.dwg *.dxf *.dwt *.fbx *.sldprt *.sldasm *.slddrw *.skp *.vdi *.vbox *.vbox-prev *.vhd *.vhdx *.vsd *.vsdx *.fbx *.3ds /E /Z /R:0 /NP /NFL /NDL /LOG:"C:\Users\Scott\Documents\Backup.log"

...still working on it, as this one is resulting on a hidden and read-only folder

Thank you
 

My Computer

System One

  • OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    Gigabyte B550M DS3H
I’m a PC repair tech and I’m used to manually backing up and reinstalling Windows then restoring the data manually.
You could try Live File Backup

1.webp
You can back-up by 'filter' => subfolder => folder => disc / partition
It can run it continuously or on demand
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2 (Build 26100.3476)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Precision 3660 Tower Workstation
    CPU
    12th Gen Intel(R) Core(TM) i9-12900 5.10 GHz
    Motherboard
    64-bit operating system, x64-based processor
    Memory
    32.00 GB
    Graphics Card(s)
    Intel UHD Graphics 770
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Dell P2714H Monitor
    Screen Resolution
    1920 x 1080
    Hard Drives
    1 x 512GB NVME PC801 NVMe SK hynix - BOOT
    1 x 1TB Seagate ST1000LM049-2GH172 Internal HDD
    1 x 1TB Seagate STGX4000400 External HDD
    1 x 2TB Seagate STGX4000400 External HDD
    1 x 4TB Seagate STGX4000400 External HDD
    PSU
    300 Watts
    Cooling
    Air
    Keyboard
    Microsoft Wired Keyboard 600
    Mouse
    Microsoft USB Basic Optical Mouse v2.0
    Browser
    Firefox
    Antivirus
    Windows Defender + Malwarebytes Premium
    Other Info
    BaseBoard Manufacturer Dell Inc.
    BaseBoard Product 0J1CP3
    BaseBoard Version A01
Backing up and restoring apps includes hidden files and registry items -- something file backup apps usually can not handle.

I've uses EaseUS ToDo PC Trans to do such backups and migrations and it works for most stuff -- but while the free version copies user data only the PAID version copies apps and registry settings.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom built
    CPU
    Ryzen 5600X
    Motherboard
    ASRock Steel Legend
    Memory
    16GB
    Graphics Card(s)
    EVGA GT 710
    Sound Card
    None
    Monitor(s) Displays
    23",24", 19" - flat panels
    Screen Resolution
    1920x1200
    Hard Drives
    None - only M.2 SATA and NVMe drives
    PSU
    750W
    Case
    Antec
    Cooling
    stock Wraith cooler
    Keyboard
    Corsair gaming
    Mouse
    Logitech M720
    Internet Speed
    1Gb

Latest Support Threads

Back
Top Bottom