Next Computer
-
Hold it, I think that you, OriginalGriff, were thinking something similar but not identical, and I came across This... [**AOMEI Partition Assistant Standard**](https://www.diskpart.com/disk-transfer/copying-disk-freeware.html#toc.0.21535720867396413) Have you (or anyone else reading this) used AOMEI Partition Assistant Standard ? This looks like exactly what I want to do. i.e., I will be able to look and choose which previous files I want on my new machine, but the apps won't be active or automatically loaded into weird places of which I'm not aware (None dare call those things MalWare) This really looks astounding.
I've used it to "flex" partitions and make them bigger or smaller as needed - and it's worked beautifully for that. But I've not used it's "disk copy" functions at all.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
Hold it, I think that you, OriginalGriff, were thinking something similar but not identical, and I came across This... [**AOMEI Partition Assistant Standard**](https://www.diskpart.com/disk-transfer/copying-disk-freeware.html#toc.0.21535720867396413) Have you (or anyone else reading this) used AOMEI Partition Assistant Standard ? This looks like exactly what I want to do. i.e., I will be able to look and choose which previous files I want on my new machine, but the apps won't be active or automatically loaded into weird places of which I'm not aware (None dare call those things MalWare) This really looks astounding.
-
I've used it to "flex" partitions and make them bigger or smaller as needed - and it's worked beautifully for that. But I've not used it's "disk copy" functions at all.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Looked at it some more. Decided to take your original advice and used the AOMEI BackUpper (I think I spelled it okay) So, thanks for the suggestion. Good stuff. I'm still lusting after that Partition Assistant Standard. It's probably just a little bit too hi-tech for me at the moment; as, the last time I fiddled with individual disk sectors, the concept of "A Gigabyte" was firmly the domain of science fiction writers.
-
Have you thought of using Clonezilla? Very useful, very easy to use, and very free. Backs up a complete HD byte for byte including sectors not normally accessible to either a file or clones to another HD.
Never even heard the word before you put it on my screen for me. Wow ! Thanks ! Good Stuff !
-
Never even heard the word before you put it on my screen for me. Wow ! Thanks ! Good Stuff !
-
So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...
G:
CD \
MD WHATEVER
CD \
C:
CD \
XCOPY C: G:\WHATEVER /QThe two switches I'm wondering about are...
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/J Copies using unbuffered I/O. Recommended for very large files.
Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited
WO ! NewsFlash The Original Projected Delivery date was this coming Monday And so,,,, I thought I was being shrewd, prudent, and diligent; preparing for this, several days ahead. At 4:28 a.m. today, the box was on the truck. It's currently somewhere here in town, and will be here today. So now Duh Gotta make time Gotta make space Don't got neither To any reader here, do not harbor an inferiority complex; I'm just so great and so smart that stuff like this happens to me automatically.
-
So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...
G:
CD \
MD WHATEVER
CD \
C:
CD \
XCOPY C: G:\WHATEVER /QThe two switches I'm wondering about are...
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/J Copies using unbuffered I/O. Recommended for very large files.
Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited
Hi, ( There used to be an intelligent "copy as needed" command line tool in DOS 3.1 ?? Win 3.?? but it was too useful and got dropped. ) Clonezilla for "dup this". FreeFileSync for "compare this tree to that" and mirror them, update that one, select changes... Almost works as I'd like. gparted ( usually running from system rescue disk, bootable CD ) to copy, resize... partitions. I've usually used Clonezilla copying to a USB connected drive. Haven't had a problem there. ( Make _sure_ you know which drive is which. cloning from one WD 2 TB to a second WD 2TB is dangerous. It will show drive model, and I _think_ serial #, but you are basically running dd with training wheels. NO forgiveness. ) Have fun, dave ( who _still_ hasn't gotten the time to install the new 4 TB )
-
[TeraCopy](https://www.codesector.com/teracopy) is awesome.
Cheers, Vikram.
Update on TeraCopy Tried it Way too slow for this purpose
-
I would make a backup of the old drive (AOMEI Backupper, again) and either copy the backup file to the new drive, or to the USB. You can then either restore it to a new partition, or mount the backup as a virtual drive and copy and paste what you want where you want. XCOPY tends to fail if it can't copy a single file because it's in use, or hidden, or not yours, or ... just to be annoying sometimes and you won't necessarily now what files have copied OK. A backup will retain attributes and creating / modification dates as well.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
Looks like "...*AOMEI Backupper*..." wins the blue medal for the immediate moment. He did the backup in less than 18 hours. I guess I'll learn about the restore stuff in the next day or two Thanks for the suggestion. Worked here.
-
Looks like "...*AOMEI Backupper*..." wins the blue medal for the immediate moment. He did the backup in less than 18 hours. I guess I'll learn about the restore stuff in the next day or two Thanks for the suggestion. Worked here.
You're welcome!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
-
So now I will experiment with a Refurbished Computer from eBay. It's on the way. My plans for moving the contents of this machine to the other one 1. Use an External USB Drive 2. On This machine, open a Command Line window 3. In that window do this...
G:
CD \
MD WHATEVER
CD \
C:
CD \
XCOPY C: G:\WHATEVER /QThe two switches I'm wondering about are...
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/J Copies using unbuffered I/O. Recommended for very large files.
Seems like the "/K" switch would be the smart thing to do. As for the "/J" switch; I just don't know for sure. I probably haven't done this command in the past ten years, so I could be easily missing some important details Observations and/or Suggestions on this plan are welcome and invited
Anybody got a suggestion for a Windows'7 WiFi FTP Server ? Is this free ?... [FILEZILLA SERVER](https://filezilla-project.org/download.php?type=server)