Difference between revisions of "Windows 10 Backup"

From wikidb
Jump to: navigation, search
(Copy Select Files to Backup)
 
(One intermediate revision by the same user not shown)
Line 58: Line 58:
  
 
Ubuntu
 
Ubuntu
* In VirualBox connect USB/...
+
* In VirualBox connect USB. My Cable Matters was identified ASM1053E.  
* Rebooted and it mounted (could mount it otherwise) don't remember if I reboot just VirtualBox/Ubuntu or Windows
+
** It didn't immediately show up in "ll /dev/sd*" It should be a sdb and sdb1.
 +
** Rebooted and it mounted automatically. I don't remember if I reboot just VirtualBox/Ubuntu or Windows or whether I plugged in the driver after the reboot was complete.
 
* cd to /media/eepp/New Volume/....
 
* cd to /media/eepp/New Volume/....
* rsync -av / .
+
* rsync -av /home/eepp eepp

Latest revision as of 18:10, 21 May 2018

Disk Prep

Remove efi partiton

Format Backup Disk

SKIP I figured out the problem with using a previous image backup disk - see below. I didn't reformat.

When I tried to use existing NTFS image backup drive, I got an access denied error. I couldn't trace it down so I decided to reformat the backup drive.

Chose exFAT so it will work well across platforms

Steps

  • Windows key + X
  • Right-click the E: drive partition
  • Selected exFAT format
  • Ok
  • I think I got an "in use" error and realized that it was cause by exploring the disk earlier. I abort and rebooted.
  • How to Format

Backup

References

Steps

  • Used exist NTFS backup image
  • Control Panel
  • Under "System and Security" click on "Backup and Restore (Windows 7)"
  • Upper left corner select "Create a system image"
  • Select the hard dive
  • ...


Alternative

  • Under "System and Security" click on "Save backup copies of your files with File History"

Copy Select Files to Backup

Windows

  • Created a special directory on backup drive
  • copied epp\
    • VituralBox
    • AndroidProjects
    • Documents
    • Downloads - selected

Ubuntu

  • In VirualBox connect USB. My Cable Matters was identified ASM1053E.
    • It didn't immediately show up in "ll /dev/sd*" It should be a sdb and sdb1.
    • Rebooted and it mounted automatically. I don't remember if I reboot just VirtualBox/Ubuntu or Windows or whether I plugged in the driver after the reboot was complete.
  • cd to /media/eepp/New Volume/....
  • rsync -av /home/eepp eepp