New
#1
Anyone familair with robocopy?
let me explain what im trying to do.
I have a ton of data sequestered on different hard drives (apart from my system drive) and this obviously helps me have data backed up and helps me when/if i need to format by saving a tremendous amount of time.
Unfortunately due to costs theyre all mechanical HDD's which can fail at a moments notice and put years of work a tons of data at risk. (plus theyre getting full).
Ive managed to ship some stuff to the cloud, and otherstuff ive backed up in multiple places. The last thing I have left to take care of before I start upgrading drives is to copy all my hierarchy/directory trees.
If i ever had dataloss having these available would make "returning to form" (for lack of a better phrase) much easier. (i have a bad memory).
Anyways, without any more carrying on - Ive used xcopy in the past with success. Now ive tried using robocopy but Im hititng a snag.
I plan to create a "folder structure" folder and inside it have individual folders with all my drive letters. D, T, U, etc.
Inside each of those folders will be the folder tree I have on said drives. Then I'll take the conglomeration of folders "folder structure folder" and put it in the cloud, on a usb stick, etc.
The specific folder im having trouble with - which is the first one I tried and the reason im posting. I expect to have the same issue with others going forward so I figured id better ask for some help.
I use robocopy "U:" "C:\Users\klepp\Desktop\U" /e /xf *
This began copying over all my folders but it stopped at a folder called "System Volume Information" and went on about permissions and retrying in 30 seconds which obviously continued to fail.
From what I gather this is a hidden folder present on every disk which means I'll run into this on each disk who's structure I try to copy.
After all that long-windedness, my question is how can I omit that folder from being copied?
Thank you!