- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- robocopy Help
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 09:44 AM
тАО03-14-2006 09:44 AM
robocopy Help
I tried a little test and got access denied?
Please could you give me some basic from-To scrips that you may use, or point me to a web site please, I need to keep the same folder structure and all the permitions, many thanks.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2006 07:18 PM
тАО03-14-2006 07:18 PM
Re: robocopy Help
Doesn't matter. Just make sure you have robocopy.exe in your PATH (or use full path to robocopy.exe)
For example:
c:\robocopy\robocopy.exe d:\test\* \\servername\c$\test\ /sec
>>I tried a little test and got access denied?
Write exactly how you use robocopy and which error message you have.
Did you see example here ?
http://www.ss64.com/nt/robocopyXP.html
"Example: The script below copies data from FileServ1 to FileServ2, the destination holds a full mirror (all files), but when run repeatedly will only copy changed files"
P.S. Since you are new on this forum and I see "I have assigned points to 0 of 2 responses to my questions" read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2006 06:34 AM
тАО03-15-2006 06:34 AM
Re: robocopy Help
I was running robocopy rom the source and I saved the above file as a cmd file and then run it from the commannd prompt, I have looked at the site you said, ut where do you start, I like to run from a batch file so I can use the at command if needed, is my script wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 09:58 AM
тАО01-15-2007 09:58 AM
Re: robocopy Help
I have just used the /MIR robocopy command on the same server. Copying around 40Gb of data form one folder to another. Around 40Gb into a folder with 35Gb already in it, of the same file and folder names.
I wankted it to skip all the files already in there of the same age and only to copy those that were newer.
The only problem is that it seems to have deleted mass amounts from the source OR has it moved the duplicated files?
Basically - Have I lost a vast amount (35Gb) of data please?
Or is /MIR supposed to move (delete duplicates from source) the files and folders, and I have only lost old duplicated files?
Thanks a lot,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 04:37 PM
тАО01-15-2007 04:37 PM
Re: robocopy Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 05:38 PM
тАО01-15-2007 05:38 PM
Re: robocopy Help
So I have lost no files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 05:43 PM
тАО01-15-2007 05:43 PM
Re: robocopy Help
Is there any way these files can be recovered, please?