Transferring Data from Old PC to New PC (Both Win 10)
- Thread starter WWGD
- Start date
-
- Tags
- Data pc Transferring
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
52 replies · 5K views
Physics news on Phys.org
Science Advisor
- 2,316
- 813
https://www.tomshardware.com/how-to/clean-install-windows-11. Partway down he explains how to set up two different partitions.WWGD said:So I can partition the USB?
BTW. AOmei has a program that can clone a system disk - and it is free.
Science Advisor
Homework Helper
- 7,835
- 13,160
Thank you, Windows 10 does it too, so that it's free.Svein said:https://www.tomshardware.com/how-to/clean-install-windows-11. Partway down he explains how to set up two different partitions.
BTW. AOmei has a program that can clone a system disk - and it is free.
Science Advisor
Homework Helper
- 7,835
- 13,160
How about storing it in One drive or some other cloud storage?jedishrfu said:What? Why are you carrying it around? You should stash it in a safe place. If you have a bank box place it there. Just find a safe place.
You could store it in your car but would likely need to protect it from the heat or cold using a box of some sort. If you have a musical instrument with carrying case, you could stash it there.
Its best NOT to store with or in something of value lest it be lost if that item is stolen.
Science Advisor
Homework Helper
- 7,835
- 13,160
Ok, so I am finally backing things up on a cheap drive. Is there a way of obtaining more detailed information of how my backup is coming along? Activity monitor is being very parsimonious. Anyone know where/how I can get more detailed information within Windows10?
sysprog
- 2,617
- 1,793
You didn't say exactly what you're using to do the local backup, or how you've configured or instructed it, so we can't very well know precisely how you should watch it, right?WWGD said:Ok, so I am finally backing things up on a cheap drive. Is there a way of obtaining more detailed information of how my backup is coming along? Activity monitor is being very parsimonious. Anyone know where/how I can get more detailed information within Windows10?
Science Advisor
Homework Helper
- 7,835
- 13,160
I bought a cheap generic external drive. I just followed up Windows 10 methods; the path Control Panel/Backup and Restore/Create System Imagesysprog said:You didn't say exactly what you're using to do the local backup, or how you've configured or instructed it, so we can't very well know precisely how you should watch it, right?
That was it. Backup is ready now but I am curious on how to keep track of it.
StevieTNZ
- 1,944
- 837
Just let it do its thing and I'm sure it'll let you know once its done. Do you plan on installing the image you've taken on a new PC? I tried that once, and I had to re-activate every program that was installed. (mind you, this was replacing a dying HDD with a new one)WWGD said:I bought a cheap generic external drive. I just followed up Windows 10 methods; the path Control Panel/Backup and Restore/Create System Image
That was it. Backup is ready now but I am curious on how to keep track of it.
sysprog
- 2,617
- 1,793
That isn't a complete backup. I suggest that you use a full-disk-imaging product such as clonezilla.WWGD said:I bought a cheap generic external drive. I just followed up Windows 10 methods; the path Control Panel/Backup and Restore/Create System Image
That was it. Backup is ready now but I am curious on how to keep track of it.
Science Advisor
Homework Helper
- 7,835
- 13,160
Thank you. It seems I may then have to install some flavor of Linux , per your link.sysprog said:That isn't a complete backup. I suggest that you use a full-disk-imaging product such as clonezilla.
sysprog
- 2,617
- 1,793
You don't have to 'install' clonezilla to run it; you can run it from a 'live' version -- https://clonezilla.org/clonezilla-live.php -- please feel free to PM me if you would like advice regarding the specifics . . .WWGD said:Thank you. It seems I may then have to install some flavor of Linux , per your link.
Mentor
- 15,787
- 10,663
Here's a youtuber discussing the best long term storage schemes to use with pros and cons.
Staff Emeritus
Science Advisor
Education Advisor
Gold Member
Dearly Missed
- 35,014
- 21,725
You like them? I have a drive or two that will write them, but never tried them. Worth the money?
StevieTNZ
- 1,944
- 837
Those discs will be handy to have. I guess now the question is, does your computer have a DVD-RW (or whatever) drive?
sysprog
- 2,617
- 1,793
For some data, I like the idea of archiving on media that will likely last hundreds of years, but for normal data, I use USB drives, e.g. Seagate Backup Plus.Vanadium 50 said:You like them? I have a drive or two that will write them, but never tried them. Worth the money?
Mentor
- 15,787
- 10,663
For me there are two key aspects, backup shelflife and multiple multi-site backup.
I've seen a few cases in my time where really bizarre things happen. In one case, a coworker was migrating his PC-XT files to a new PC-AT using the provided floppy disks. What he didn't realize was that these disks were specifically for the PC-AT drive and required a higher write current to record data properly.
He dutifully backed up his files to these disks and formatted the PC-XT harddisk before beginning his transfer to the new PC-AT. Incredulity, panic and then horror set in as he discovered that there was nothing saved on the floppy disks.
I've seen similar issues where someone was in the wrong directory or used an unfamiliar script that deleted all files on the harddisk because an argument ie subdirectory or filename was missing and a command like: DEL c:\ was run or in my own case rm -rf /bin on a unix box.
I've seen casette tapes get mangled in the recorder (cassette tape was popular with early PCs like the TRS80, Sinclair...)
I've seen CDs get mangled when placed in the CD drive too quickly with the door catching it at the wrong angle. I've seen floppy get demagnetized because your kid ran a strong magnet (the infamous superduper red horseshoe magnet) over the floppy to see if it could pick it up.
I've seen static discharge accidentally take out a USB stick at the wrong moment.
In the end, it seems that external USB drives are best. They carry their own R/W hardware, are heavily tested, can be copied at a fairly high rate and are more flexible than digital tape ie directory/file retrieval.
You can run diagnostics on them to insure files are still good. As long as USB is around, they should still be readable. Other media like CDs, DVDs, BluRay... require the appropriate hardware to read/write them and will fall out of use like the floppy disks did before them. You can have multiple external drives connected at the same time for camparison tests...
There are ways you can use external drives to do partial backups to limit the number that you keep around with some being sent to offsite storage in a bank vault or other safe places.
Here's some tape (works for external drives too) rotation strategies to consider if you're serious about backup management.
https://www.recordnations.com/articles/tape-rotation-2/
I've seen a few cases in my time where really bizarre things happen. In one case, a coworker was migrating his PC-XT files to a new PC-AT using the provided floppy disks. What he didn't realize was that these disks were specifically for the PC-AT drive and required a higher write current to record data properly.
He dutifully backed up his files to these disks and formatted the PC-XT harddisk before beginning his transfer to the new PC-AT. Incredulity, panic and then horror set in as he discovered that there was nothing saved on the floppy disks.
I've seen similar issues where someone was in the wrong directory or used an unfamiliar script that deleted all files on the harddisk because an argument ie subdirectory or filename was missing and a command like: DEL c:\ was run or in my own case rm -rf /bin on a unix box.
I've seen casette tapes get mangled in the recorder (cassette tape was popular with early PCs like the TRS80, Sinclair...)
I've seen CDs get mangled when placed in the CD drive too quickly with the door catching it at the wrong angle. I've seen floppy get demagnetized because your kid ran a strong magnet (the infamous superduper red horseshoe magnet) over the floppy to see if it could pick it up.
I've seen static discharge accidentally take out a USB stick at the wrong moment.
In the end, it seems that external USB drives are best. They carry their own R/W hardware, are heavily tested, can be copied at a fairly high rate and are more flexible than digital tape ie directory/file retrieval.
You can run diagnostics on them to insure files are still good. As long as USB is around, they should still be readable. Other media like CDs, DVDs, BluRay... require the appropriate hardware to read/write them and will fall out of use like the floppy disks did before them. You can have multiple external drives connected at the same time for camparison tests...
There are ways you can use external drives to do partial backups to limit the number that you keep around with some being sent to offsite storage in a bank vault or other safe places.
Here's some tape (works for external drives too) rotation strategies to consider if you're serious about backup management.
https://www.recordnations.com/articles/tape-rotation-2/
Mentor
- 15,787
- 10,663
sysprog
- 2,617
- 1,793
Nice find and nice video presentation; however, I didn't see any downside elucidated -- the conclusion seemed to be simply that the M-Disc was more robust -- as @Vanadium 50 wondered, though, are they worth the higher cost -- I suppose that depends on specific charactistics of the data and on storage conditions -- the person doing the archiving presumably would know how to make that call . . .jedishrfu said:I found this youtube video on M-Disks and their pros and cons.
Mentor
- 15,787
- 10,663
The downside is heat and warping. You still have to keep them in a safe cool place.
I could envision someone keeping them in a bank vault and then deciding one day to retrieve a file, leave them in the car (Arizona?) and the heat gets them.
I could envision someone keeping them in a bank vault and then deciding one day to retrieve a file, leave them in the car (Arizona?) and the heat gets them.
Mentor
- 15,787
- 10,663
And now some details on the SSD
Similar threads
Transferring data from old data base to Access
- John O' Meara
- · Replies 3 ·
- Programming and Computer Science
- Replies
- 3