Windows 10: Making image backup of Win 10S.

Discus and support Making image backup of Win 10S. in Windows 10 Backup and Restore to solve the problem; I contacted Macrium and asked if they would be bringing a uwp app out to image backup Win 10S, and they said it was not possible due to admin... Discussion in 'Windows 10 Backup and Restore' started by cereberus, Oct 19, 2017.

  1. cereberus Win User

    Making image backup of Win 10S.


    I contacted Macrium and asked if they would be bringing a uwp app out to image backup Win 10S, and they said it was not possible due to admin restrictions.

    The only way with 3rd party tools is to backup from a winpse session.

    Strangely enough, Windows own system image backup works but this is a deprecated feature - LOL.

    :)
     
    cereberus, Oct 19, 2017
    #1
  2. G70115 Win User

    How Should I Update To Win 10 from Win 7 when I still need Win 7?

    Thank You.

    I will make a Windows 7 System Image backup. Afterward, I will upgrade to Window 10 (Build 10586 which allows using your Win 7 product key).

    Can I select a clean boot for Win 10????

    Afterward, I will so a system image backup of Win10 and then install System Image Recovery (using my Win 7).

    Will this technique remove all of Win 10 settings and registry changes, etc.???

    Thank You,

    G
     
    G70115, Oct 19, 2017
    #2
  3. System Image

    Just create a folder on your D drive and call it something like Windows 7 image. Move the Win 7 image folder into that and the Win 10 image Won't overwrite it. I did this on all my systems so that I had a 7 backup incase something bad happened when upgrading.
     
    David Vair, Oct 19, 2017
    #3
  4. Plankton Win User

    Making image backup of Win 10S.

    Are you using this Windows 10 S?

    I ask because it's designed for Teacher/Students....

    Windows 10 S was inspired by students and teachers and it’s the best Windows ever for schools. It’s also a great choice for any Windows customer looking for consistent performance and advanced security. By limiting apps to those in the Windows Store, Windows 10 S is ideal for people who have everything they need in the Windows Store and prefer the peace of mind that comes with removing the risk of downloading apps from other places.
    Education customers can test Windows 10 S on an existing Windows 10 device. This offer is for technical users, so please see the important pre-installation information at docs.microsoft.com/education.

    reference link: https://support.microsoft.com/en-us/...ndows-10-s-faq
     
    Plankton, Oct 19, 2017
    #4
  5. cereberus Win User
    Just testing it - my intent is to provide a version to an elderly relative who keeps getting malware infected. 10S makes it much harder to do that. I wanted to know if I could make image backups.
     
    cereberus, Oct 20, 2017
    #5
  6. jimbo45 Win User
    Hi there @cereberus

    the best way is to create a bootable version of Macrium on a USB stick and then take an image from there -- you can save this image so if it needs restoring you can either explain the process of how to boot and restore an image for your relative or do it for him / her yourself if it needs to be done.

    Note: there's quite a lot of decent savvy older people on this site who have computer skills too --I think one who posts regularly is around 88 years old so I wouldn't always assume just because they are elderly they will be hopeless with computers. !!!! Usually they can learn quite quickly if the process is CLEARLY EXPLAINED without going into too much detail.

    Cheers
    jimbo
     
    jimbo45, Oct 20, 2017
    #6
  7. cereberus Win User
    I know, but problem with that is you cannot do this remotely, or do task scheduling etc.

    I just want to be able to take remote access of PC automatically and make backups.

    You cannot do that with winpse easily. There are ways using @Kyhi's disk as a secondary boot option (with its anydesk feature) but then others have full access to "dangerous tools".


    In my case, my elderly relative just does not listen to anything told to him, says he understands but clearly does not. Of course, this is not specifically an age issue - I know lots of youngsters who are just the same.

    The real point of my post is that the windows tool does create backups (at least for time being). Sure I will have to go over in person to fix things, but I will save myself a lot of grief.

    To me, the dream image tool would be a password protected Macrium Reflect with ability to remote connect to it in winpse mode. In fact, I am going to put that as a suggestion on the Macrium Reflect Forum Website.

    In mean time, I think I will create a custom version of @Khyi's winpse drive with only Macrium Reflect Free and anydesk.exe on it. Then I can load that as a boot option on remote PC, and restore backup images remotely. Then I will hide the boot option, only activating it on demand.

    In fact I think I will create a new post on this for discussion, in case somebody comes up with a more eloquent solution.
     
    cereberus, Oct 20, 2017
    #7
  8. jimbo45 Win User

    Making image backup of Win 10S.

    Hi there
    @cereberus

    I think if you use any common version of Linux with SAMBA installed as your "Controlling OS" whether on a VM or not you should be able to schedule a backup to copy your relative's HDD('s).

    Make the "C" HDD on the Windows disk as shared and on the Linux system you can use CRONTAB to schedule backup - you can use things like rsync / tar / filezilla / dd command or whatever to image the windows disk .

    I'd go for the DD command - it's pretty standard and built in to any Linux distro and will image entire HDD's or partitions.

    Actually things like Macrium (shh !! not really supposed to tell you this) use things like DD internally with a custom GUI so the user is presented with an easy windows like GUI interface and isolates the user from having to enter DD type commands directly. !!!!!

    for example (as root) type : dd if=/dev/windowsC of=/dev/sdd bs=64K conv=noerror,sync

    mount the remote windows HDD as /dev/windowsC as in the above example --Linux will easily read / write NTFS these days (ensure package ntfs-3g is installed ). What you call it depends on your SAMBA configuration.

    Package ntfs-3g is usually installed by default and then then simply as root mount the input HDD file system as rw. When mounting a file system these days you don't need to specify the file system any more if you use the auto parameter

    for example if you have say /dev/sdc1 which is a windows partition then you can mount the HDD as /mount/dev/sdc -t auto -o rw /mnt/my_mountpoint.

    to mount a remote windows SAMBA share in Linux use a command similar to :

    mount -t cifs -o <username>,<password> //<servername>/<sharename> /mnt/point/
    you might have to type in network IP address instead of server name if netbios fails to get the server name.

    ensure the remote windows machine is online and accessible at the time you take the backup.

    I backup several (Windows) computers weekly this way to a Centos 7 network file server - although the client windows computer users can of course backup their stuff locally with Macrium --not an option in your case with the edition of windows being run on your relative's computer.

    cheers
    jimbo
     
    jimbo45, Oct 20, 2017
    #8
  9. cereberus Win User
    No disrespect as you are a linux fan, but frankly, your solution is far too complicated for most users. I tested my ideas tonight, and they worked fine. They are easy to explain to Windows users, and do the job.

    I am not sure why you always post Linux solutions, as most users want a Windows solution. No disrepect, but do you think average user would do it the way you suggest?
     
    cereberus, Apr 5, 2018
    #9
Thema:

Making image backup of Win 10S.

Loading...
  1. Making image backup of Win 10S. - Similar Threads - Making image backup

  2. Windows created backup Image - win 10

    in Windows 10 Backup and Restore
    Windows created backup Image - win 10: Hi, I have in fact never used the windows image backup.I am wondering if the backup image that windows creates from "Back up or restore your files" in the control panel can be used to create a new hdd/ssd for the laptop in case it needs to be replaced,where the existing...
  3. Win 10 Image BackUp

    in Windows 10 Backup and Restore
    Win 10 Image BackUp: Currently I'm running Win 10 on a portable HDD and would like to create an image of it but when I go to "Backup and Restore" window I get the following: This feature is not available in a portable workstation environment. 163658
  4. VSS Error when making image backup

    in Windows 10 Installation and Upgrade
    VSS Error when making image backup: When i start image backup the event logs indicate writers time-outs and the event logs indicate "fail to parse XML file". A non valid character in text content. Looking closer to the logs i can see that one of the partitions RE recovery partition shows a strange GPT-name...
  5. win 10 backup and creating sys image

    in Windows 10 Customization
    win 10 backup and creating sys image: when i create sys image and or backup manually in box on top reads back and restore (windows 7) but i am using win 10 please explain also i have it set to back up daily in setting and it shows last back up was three months ago. any ideas?...
  6. make tabs smaller on windows 10s

    in Windows 10 Customization
    make tabs smaller on windows 10s: I only have a small 11 inch laptop with win 10s. edge is the only browser allowed. the tabs take up the top third of the screen. Is there any way to make them smaller?...
  7. Activating Win 10S

    in Windows 10 Updates and Activation
    Activating Win 10S: I installed Win 10S on a pc for use by an elderly relative to minimise click mania impact, and was shocked licence was £220. I had a spare PRO digital licence from an old upgrade I was not using but have long lost original key. Other users here have said that Win 10S will...
  8. Backup and make image

    in Windows 10 Backup and Restore
    Backup and make image: Hopefully my annotated screenshot explains my two questions clearly: [img] Terry, East Grinstead, UK 92539
  9. Image Backup - Win 10

    in Windows 10 Backup and Restore
    Image Backup - Win 10: I may be the first one to do it, or maybe not. But just a reminder to everyone (who did hard installation on SSDs and HDDs). All of us here have just clean installed the Win 10 Tech Preview. If it's running okay now, before you go any further messing it up and before bugs...
  10. Image backups with Windows 10S.

    in Windows 10 Backup and Restore
    Image backups with Windows 10S.: I asked Macrium Reflect Developers if they were going to develop a UWP version like the Win32 version. They said it was not possible as Reflect needs admin rights. I guess that means you can only backup using a Winpse version, losing benefit of scheduling and being able...