Link to home
Start Free TrialLog in
Avatar of Warlizard
Warlizard

asked on

I need a program that can copy files from any profile and ignore permissions. Any ideas? Robocopy, FastCopy, etc., will still error out.

We back up people's data and I'm having issues with missing files that aren't copied over because of the permissions.  

I need a program that I can use to back up people's data that will ignore permissions, ignore file sizes, ignore corrupted files, etc.  The standard ones don't do it.  Unstoppable Copier, RoboCopy, FastCopy, etc all error on profiles that have separate permissions.  Ideas?
Avatar of FDiskWizard
FDiskWizard
Flag of United States of America image

I don't know that there is a way around that. NTFS is there for a reason. I have ran into the same thing when people get cute and remove all permissions.
You can't do a backup from the source location using Windows Backup or another backup app?
Avatar of drilus
drilus

If you don't have the proper permissions to perform the copy then you are out of luck. You would have to use a linux bootcd to ignore the folder permissions.
Either what drifus said, or you could take ownership of the files (thus gaining permissions instantly). You'd have to be admin for that, but you'd have to be admin to enter other user profiles anyway.
Or you can use Knoppix 6.2: http://www.knoppix.net/get.php
ASKER CERTIFIED SOLUTION
Avatar of FDiskWizard
FDiskWizard
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Does the USMT ignore this? I have not used it in some time, and cannot remember if it will ignore these permissions or not and just move the entire profile.
You can not simply copy the file or folders from another account due to NTFS, you can boot the machine into safe mode and take ownership of the folder and then allow a simple copy and paste.

You can use another program to backup the data and then extract the data to remove the permissions of the files and folders. Try Macrium Reflect: http://www.macrium.com/reflectfree.asp Works great for a free program and if you purchase the software it even comes with a WinPE version of a rescue disk.
Avatar of Warlizard

ASKER

Ok, to comment to all.  

First of all, THANKS!

We're testing out Robocopy as well as RichCopy (Microsoft's GUI) just to see if it will work.  We're unplugging hard drives and attaching them to our data backup server (Win 7), copying things over, wiping the drives, then copying it back.  

I can't really boot into Linux to do this, so I need a Windows Tool.  If the Robocopy works, I will be blown away, because I never noticed the /b/ option.

I have someone testing it and will keep on looking.  
You could always safe boot to the computer(s) in question and then take ownership of the folders in question.

http://support.microsoft.com/kb/308421
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial