I'm getting an access denied error on the destination drive. Here is my script: robocopy f:\ h:\ /mir /mt /xd f:\"system volume information" h:\$recycle.bin
Excluding that directory hasn't seemed to help.
I'm getting an access denied error on the destination drive. Here is my script: robocopy f:\ h:\ /mir /mt /xd f:\"system volume information" h:\$recycle.bin
Excluding that directory hasn't seemed to help.
Haven't used robocopy, but used similar stuff.
Are you sure you have the sysvol syntax right? Often those programs understand 8.3 format.
Assuming you're writing a backup script or similar, the destination is a trivial directory compared to the original. Most problems on that are about access and permissions to destination, rather than the program itself...
Originally Posted by Jane Omorogbe from UK MSN on the KTM990SM
Just install Linux this ones supposed to be alright![]()
Science Is But An Organized System Of Ignorance"Pornography: The thing with billions of views that nobody watches" - WhiteManBehindADesk
Have you rtfm?
why have you got:
f:"system - quotes should be closed, no? (or is not supposed to be there)
(also.. rsync..)
"If a million people say a foolish thing, it is still a foolish thing." - Anatole France
"An education isn't how much you have committed to memory, or even how much you know. It's being able to differentiate between what you know and what you don't." - Anatole France
ZRXOA #9170
I finally got this fucker to work properly with no errors:
robocopy f:\ h:\ /mir /mt /xd "f:\system volume information" "f:\$recycle.bin" "h:\$recycle.bin"
Thanks everyone.
i see where you're going wrong. it starts with C:\Windows....
>sudo -i
>dd if=/dev/(F: ) of= /dev/(h: )
Told ya to check the sysvol syntax.
Rsync... or I've grown even more lazy and Beyond Compare does a good job...
Originally Posted by Jane Omorogbe from UK MSN on the KTM990SM
Why the fuck are you sending stuff to the recycle bin for? Either you want to delete that shit or you don't!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks