Results 1 to 4 of 4

Thread: Need to know about Robust File Copy

  1. #1
    Join Date
    Nov 2009
    Posts
    580

    Need to know about Robust File Copy

    Hi there,

    This post is regarding a small curiosity about the Robust File Copy.
    I had a issue about setting up of Webfarm and NBL, which i have already sorted out with a post on this forum.

    But now i wanted to know about the Robocopy Which is the acronym for Robust File copy .
    My query is that
    1. What is Robust File copy?
    2. What purpose it is used for?

    Thanks in advance

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Need to know about Robust File Copy

    Hi,

    Its a is a command-line directory which is a replication command known as Robust File copy or Robocopy. Robocopy is already available in the Operating system Kit. It is the standard features of the Microsoft's Operating System (Vista and Server 2008).

    It is developed for the mirroring complete directories. Robocopy contain the codes for restarting the network connection again if any interruption occur. If file is already in use by some other application or user then it can not copy that file.

    That all i know about Robocopy

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Need to know about Robust File Copy

    Hello,

    Documentation for the Robocopy utility is located in the Robocopy.doc file that is included in the Windows NT 4.0 Resource Kit and the Windows 2000 Resource Kit. The "Copying NTFS Security Information" section in the Robocopy.doc file describes how to use the /secfix command-line parameter to copy NTFS file system access control lists (ACLs) for existing files that have not been modified. However, this section does not fully describe how to copy security information without copying the file data (for files that have been modified) at the same time. (The steps to complete this procedure are available in other parts of the Robocopy.doc file.) This article describes how to use Robocopy to copy security information for a file without copying the data from this file.

    MORE INFORMATION

    By default, Robocopy copies file data for any file that appears to be older, newer, or changed. You can use the /secfix parameter when you run the Robocopy command line to copy only security information for existing files. Additionally, you must use the /xo parameter, the /xn parameter, and the /xc parameter when you run the Robocopy command with the /secfix parameter, for example:

    Code:
    robocopy source destination /secfix /xo /xn /xc
    If you run this command line, Robocopy refreshes only the security
    information for existing files; it does not copy any file data.

    If you want to maintain the destination folder as an exact mirror of the source folder, you must run Robocopy with the appropriate parameters to refresh only the file security information, and then run the Robocopy command without using the /xo, the /xn, or the /xc parameters. After you do so, the file data content is consistent between the source file and the destination file.


  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: Need to know about Robust File Copy

    Hey,

    Thanks for posting this section. This section increased my knowledge about the Robocopy. I have downloaded the robocopy from the Microsoft download center and If some one wants to download the same, here is the link

    Microsoft download center

Similar Threads

  1. Replies: 5
    Last Post: 13-06-2012, 02:04 PM
  2. batch file to copy file to another place
    By bomblast in forum Windows Software
    Replies: 1
    Last Post: 03-11-2011, 12:53 AM
  3. Replies: 4
    Last Post: 25-10-2010, 11:59 AM
  4. Replies: 5
    Last Post: 16-01-2010, 08:53 AM
  5. Replies: 3
    Last Post: 12-03-2009, 12:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,907,622.77989 seconds with 17 queries