Windows 10: Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB...

Discus and support Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB... in Windows 10 Ask Insider to solve the problem; Hi, I need advice how to backup or restore windows 10 system partion from arch linux installation usb with rsync command. I would like backup partion... Discussion in 'Windows 10 Ask Insider' started by /u/StopkaPeter, Jan 6, 2021.

  1. Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB...


    Hi, I need advice how to backup or restore windows 10 system partion from arch linux installation usb with rsync command. I would like backup partion to another partition or better to one compressed file. When I'll want restore my system from backup, I just restart PC to arch linux installation USB, and from there I will run these commands.

    Let say I have this:

    /dev/sda1/ -> C:\ (System) /dev/sda2/ -> D:\ (Games) /dev/sda3/ -> E:\ (Backup)

    Rsync command for Backup:

    !/bin/bash mkdir /mnt/system mkdir /mnt/backup mount /dev/sda1 /mnt/system mount /dev/sda3 /mnt/backup OPT='-aAXh' ARG='--numeric-ids --delete-excluded' INF='--info=progress2 --stats --verbose' EXC='--exclude=swapfile.sys --exclude=/$RECYCLE.BIN/* --exclude=pagefile.sys --exclude=/Windows/Temp/*' SRC='/mnt/system/' DST='/mnt/backup/' rsync $OPT $ARG $INF $EXC $SRC $DST

    Rsync command for Restore:

    #!/bin/bash mkfs.ntfs /dev/sda1 mount /dev/sda1 /mnt/system mount /dev/sda3 /mnt/backup OPT='-aAXh' ARG='--numeric-ids --delete' INF='--info=progress2 --stats --verbose' EXC='--exclude=/$RECYCLE.BIN/* --exclude=/Windows/Temp/*' SRC='/mnt/backup/' DST='/mnt/system/' rsync $OPT $ARG $INF $EXC $SRC $DST

    And last thing, if you know something else what can be excluded from system partition and is not needed, pls share your thoughts.

    submitted by /u/StopkaPeter
    [link] [comments]

    :)
     
    /u/StopkaPeter, Jan 6, 2021
    #1
  2. topgundcp Win User

    Backup Windows 10 Installation

    1. Download https://www.macrium.com/reflectfree. Install, run, select: Create an image of the partition(s) required to backup and restore Windows.
    2. Click on first icon to create rescue media on CD/USB so can boot from to restore when needed.
    Here's step by step video. Video was created with ver. 6.x but would be the same for 7.x:
     
    topgundcp, Jan 6, 2021
    #2
  3. Bart0s Win User
    Windows 10 fails to boot after installing Linux alongside the partition.

    After I installed Manjaro Linux alongside the Windows 10 partition on my C drive, I haven't been able to boot into Windows.

    For some odd reason, Windows is being listed in both sda1 and sdb1 which I have tried booting from.

    Instead of launching properly I get 1 of these three:

    • Vague BSOD
    • A loading screen telling me that it is fixing the issue, but nothing ever happens.
    • Repair options
    Here is what I've tried:

    • Installing Windows 10 on an USB using Rufus.
    • Running boot troubleshoot from both the main drive and the live USB.
    • Using the "Fix Windows from ISO file" option on the main drive and the USB. It fails to recognize the USB.

    Additional information:

    Latest version of Manjaro KDE Plasma (derived from Arch Linux) downloaded from the same USB mentioned before using the installer and the "Install alongside" option.
     
    Bart0s, Jan 6, 2021
    #3
  4. Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB...

    Backup Windows 10 Installation

    This looks like a good product. So, I just need to confirm that with the free version, and following the instructions you have provided, I will be able to create a bootable clone of my Windows 10 drive, and that copy will work exactly the same as the other one when I boot on to that drive. Is that correct?
     
    Kruddler2017, Jan 6, 2021
    #4
Thema:

Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB...

Loading...
  1. Backup and Restore Windows 10 NTFS system partition from within Arch Linux installation USB... - Similar Threads - Backup Restore NTFS

  2. [SOLVED] Trying to install Windows beside Arch Linux

    in Windows 10 Installation and Upgrade
    [SOLVED] Trying to install Windows beside Arch Linux: Hi, I need to have both Arch and Windows on my SSD disk. I've created unallocated space on my SSD, and successfully uploaded windows .iso file to my usb drive. I booted into Windows installation screen, chose the language, and when I supposed to choose partition to put my...
  3. Trying to install Windows beside Arch Linux

    in Windows 10 Installation and Upgrade
    Trying to install Windows beside Arch Linux: Hi, I need to have both Arch and Windows on my SSD disk. I've created unallocated space on my SSD, and successfully uploaded windows .iso file to my usb drive. I booted into Windows installation screen, chose the language, and when I supposed to choose partition to put my...
  4. Trying to install Windows beside Arch Linux

    in Windows 10 Gaming
    Trying to install Windows beside Arch Linux: Hi, I need to have both Arch and Windows on my SSD disk. I've created unallocated space on my SSD, and successfully uploaded windows .iso file to my usb drive. I booted into Windows installation screen, chose the language, and when I supposed to choose partition to put my...
  5. Trying to install Windows beside Arch Linux

    in Windows 10 Software and Apps
    Trying to install Windows beside Arch Linux: Hi, I need to have both Arch and Windows on my SSD disk. I've created unallocated space on my SSD, and successfully uploaded windows .iso file to my usb drive. I booted into Windows installation screen, chose the language, and when I supposed to choose partition to put my...
  6. arch linux installation failed in wsl.

    in Windows 10 Gaming
    arch linux installation failed in wsl.: I was trying to install arch in wsl.I downloaded arch.zip from github.then i double pressed the arch.exe and it started to installing.But suddenly load-shedding happen and my pc turned off.after a few seconds when i again trying to install arch then it gives me this...
  7. arch linux installation failed in wsl.

    in Windows 10 Software and Apps
    arch linux installation failed in wsl.: I was trying to install arch in wsl.I downloaded arch.zip from github.then i double pressed the arch.exe and it started to installing.But suddenly load-shedding happen and my pc turned off.after a few seconds when i again trying to install arch then it gives me this...
  8. arch linux installation failed in wsl.

    in Windows 10 Network and Sharing
    arch linux installation failed in wsl.: I was trying to install arch in wsl.I downloaded arch.zip from github.then i double pressed the arch.exe and it started to installing.But suddenly load-shedding happen and my pc turned off.after a few seconds when i again trying to install arch then it gives me this...
  9. New Windows 10 install on new disk on Arch Linux system with UEFI/GPT

    in Windows 10 Ask Insider
    New Windows 10 install on new disk on Arch Linux system with UEFI/GPT: My system has 2 x SSDs, one for Arch Linux the other for Windows 10. I am trying to do a clean install of Windows 10 on the 2nd SSD which has had all partitions removed. My UEFI boot partition is on Disk 0 which also has my Arch Linux OS. Disk 0 (GPT) Partition 1: EFI...
  10. Arch Linux to Windows 10 issue

    in Windows 10 Installation and Upgrade
    Arch Linux to Windows 10 issue: Hello, I tried Linux I don't like it. Id like to switch back to Windows 10. However, when trying to reinstall Windows it tells me i have a media driver missing. It won't tell me which one. I tried getting drivers from ASUS. That didn't work. I tried getting drivers from...