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. 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...
  3. 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...
  4. 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...
  5. Win 10 System Image Backup Problem In A Drive With Multi-NTFS Partitions

    in Windows 10 Installation and Upgrade
    Win 10 System Image Backup Problem In A Drive With Multi-NTFS Partitions: Previous posted question was buried in the sea of questions and not being noticed and no replies, here I am trying again.Win 10 "Create System Image" from "Backup and Restore Windows 7" had been very reliable and had been successfully restored many times for my different PCs....
  6. Restore Windows 10 backup from another system

    in Windows 10 Backup and Restore
    Restore Windows 10 backup from another system: Hello, We just had a drive fail on a system and want to restore previously backed up files from our NAS. However, after installing Windows on the new drive, the system has a new name, so the NAS backups do not show. How can we get around this issue? Thanks! 173951
  7. Dual boot with Arch Linux

    in Windows 10 Installation and Upgrade
    Dual boot with Arch Linux: I have windows 10 installed on a 1tb ssd booting in UEFI BIOS mode. I want to install arch linux on a seperate 120gb ssd. Ive previously installed arch a few times so i’m familar with its installation. However, i cannot seem to find any clear information on how to be able to...
  8. 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...
  9. Installed Linux in windows partition!

    in Windows 10 Installation and Upgrade
    Installed Linux in windows partition!: Helllo guys, I have installed linux for college purposes. While doing so I've chosen the wrong partition and installed in main windows drive. Now when I try to boot it up, "Advanced repair options" comes up and i'm unable to get the windows back. Please help me to get...
  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...