Skip to content

Run copyit.py from SAN buffer volume to LTO tape library #391

@cherryleung93

Description

@cherryleung93

Hi, I'm recently trying to use copyit.py to copy files from SAN buffer volume to LTO tape library. Our institute uses a Quantum LTO library that exposes a SAN-based buffer volume which appears in Windows File Explorer as a folder structure of the LTO tape. Some files appear “locked” until the library writes or reads them back from tape. The files I need to copy contain image (tiff/jpg), audio (wav/mp3) or video (mov/mp4) files and I organize them based on file format. The CMD command are as follows:

py "C:\Users\cherryleung\AppData\Local\Programs\Python\Python313\Scripts\copyit.py" "source_directory of the folder" "directory of destination folder in LTO tape library"

Generating md5 for all files proceeds successfully but when copying the first file in the folder to the destination directory starts, "Access denied, Changing File Attributes" error would appear and this step would constantly looping. However, if I change the source directory to a single file, the whole process runs smoothly.

Image

I don't know whether copyit.py can copy a collection of files at one time, or there is a way to loop the copyit.py command. I've read Joanna White's article on how it could be done in MacOS. I wonder whether this could be proceeded in Windows as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions