Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copyit.py #367

Open
digitensions opened this issue Nov 5, 2019 · 1 comment
Open

copyit.py #367

digitensions opened this issue Nov 5, 2019 · 1 comment

Comments

@digitensions
Copy link

Morning, not really an issue but an observation that I thought could be helpful, as I know copyit has a series of files like .DS_Store that it skips.

Left the recursive loop going overnight on a batch of MKVs from MacOS directory out to LTO (my goodness this is such an amazing development thanks again for the notes!) and checking through them this morning I found a few invisible items that went through with the copy. Here's a clip from the Terminal window to illustrate.

Generating MD5 for /Volumes/LTO_0057_01/5341.mkv - 1 of 1
Your files have reached their destination and the checksums match
Checking total size of input folder
Checking if enough space in destination folder
Generating source manifest
Counting the amount of files to be processed.
Generating MD5 for /Volumes/scanner/TEMP - BACK UPs/Source 1 AVIs MOVs/[TO COPY]/._5341.mkv - 1 of 1
'/Volumes/scanner/TEMP - BACK UPs/Source 1 AVIs MOVs/[TO COPY]/._5341.mkv' -> '/Volumes/LTO_0057_01/._5341.mkv'
gcp: preserving permissions for ‘/Volumes/LTO_0057_01/._5341.mkv’: Operation not permitted
Generating destination manifest
Counting the amount of files to be processed.
Generating MD5 for /Volumes/LTO_0057_01/._5341.mkv - 1 of 1
Your files have reached their destination and the checksums match

:)

@kieranjol
Copy link
Owner

Hi - sorry for the delay. I think that this is an oversight on my part. The robocopy and rsync calls all specifically exclude such files, the gcp command does not. So I would need to add this for sure. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants