You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
:)
The text was updated successfully, but these errors were encountered:
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!
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
:)
The text was updated successfully, but these errors were encountered: