Jump to content

Using software is usually better, you can have up to date backups with timestamps, but I have manually backed up before so I know how effective it can be.

I WILL find your ITX build thread, and I WILL recommend the SIlverstone Sugo SG13B

 

Primary PC:

i7 8086k - EVGA Z370 Classified K - G.Skill Trident Z RGB - WD SN750 - Jedi Order Titan Xp - Hyper 212 Black (with RGB Riing flair) - EVGA G3 650W - dual booting Windows 11 and Fedora Linux - Black and green theme, Razer brainwashed me.

Draws 400 watts under max load, for reference.

 

PSU tier list

How many watts do I need?

PSU misconceptions, protections explainedgroup reg is bad

Link to comment
https://linustechtips.com/topic/1012771-copy-ssd/#findComment-12118551
Share on other sites

Link to post
Share on other sites

Just now, fasauceome said:

Using software is usually better, you can have up to date backups with timestamps, but I have manually backed up before so I know how effective it can be.

no im just gonna reinstall windows and start clean, see if that solves an issue i have with my gpu, if not il just load the ssd data from my hdd back over to my ssd

Link to comment
https://linustechtips.com/topic/1012771-copy-ssd/#findComment-12118554
Share on other sites

Link to post
Share on other sites

If you want something that can be restored to have full functionality o the OS, just copy/pasting the files will not work. You need an image-level backup. If you are comfortable with risking the destruction of your data (as this tool is somewhat error prone if you haven't had a lot of practice with it), you can use the Linux tool dd, for which you will need to boot into a Linux live system (ie. from a usb disk). There is also probably at least one image-creating tool for Windows, but I don't know what it is called. Additionally, most imaging tools require that the disk you are imaging isn't being used during the process, necessitating the use of a live system anyway.

Link to comment
https://linustechtips.com/topic/1012771-copy-ssd/#findComment-12118561
Share on other sites

Link to post
Share on other sites

https://www.easyuefi.com/wintohdd/index.html

 

allows cloning and other options with OS

 

mklink and robocopy commands also allow moving of installed programs. for example..

 

robocopy "C:\Program Files (x86)\Bethesda Softworks" "k:\Program Files (x86)\Bethesda Softworks" /sec /move /e

 

mklink "c:\Program Files (x86)\Bethesda Softworks\" "k:\Program Files (x86)\Bethesda Softworks\" /j

 

----

 

robocopy "C:\Users\Administrator\Documents\My Games"

 

"k:\Users\Administrator\Documents\My Games" /sec /move /e

Link to comment
https://linustechtips.com/topic/1012771-copy-ssd/#findComment-12118587
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×