Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Xcopy  (Read 3459 times)

0 Members and 1 Guest are viewing this topic.

philb101

    Topic Starter


    Rookie
    Xcopy
    « on: November 17, 2006, 07:12:25 AM »
    We have a customer using a Thecus N4100 RAID1 backup device
    I have created a User Folder for all Users & 3 Secure Folders with access only for Individual User & Support
    I have configure an Xcopy Batch file to save documents each night but although I am allowed to access the secure folders an "access is denied" message mid copy of each of the secure folders

    Any ideas why it aborts mid-copy of Secure Folders (I could understand more if it didn't copy at all)

    Thanks for any help

    KateYoung

    • Guest
    Re: Xcopy
    « Reply #1 on: November 17, 2006, 01:30:48 PM »
    check the attributes of the destination are not set to read only.  If they are you would get an access denied message of some description.

    if they are you will need to take the read only setting off.  If you are using windows you can do this through the windows explorer.  If you are using dos you can run something like.....  attrib -r c:\blah

    Microsoft(R) Windows DOS
    (C)Copyright Microsoft Corp 1990-2001.

    C:\DOCUME~1\******>attrib /?
    Displays or changes file attributes.

    ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
           [/S [/D]]

      +   Sets an attribute.
      -   Clears an attribute.
      R   Read-only file attribute.
      A   Archive file attribute.
      S   System file attribute.
      H   Hidden file attribute.
      [drive:][path][filename]
          Specifies a file or files for attrib to process.
      /S  Processes matching files in the current folder
          and all subfolders.
      /D  Processes folders as well.

    Hope this helps

    Kate

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Xcopy
    « Reply #2 on: November 17, 2006, 02:27:27 PM »
    You could try copying to an empty folder and seeing which file it barfs on...?

    What do you mean by "Secure Folders" - just basic NTFS security?  Have you correctly propagated the permissions through the subfolders?
    « Last Edit: November 17, 2006, 02:27:43 PM by robpomeroy »
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos