-
-
Notifications
You must be signed in to change notification settings - Fork 17
AlreadyExists Error when copying Files #16
Description
I keeping getting this panic when it starts copying files.
Am on MacOS and both input and output folders sit on an external Hard Drive connected.
The output folder is newly created and blank. Upon checking the output folder after the error, the folder structure is copied over, but only with this single file "._DSC00101.JPG", and the process stopped very time.
Can anyone help?
//
Copying input folder to working directory...
⠁ [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/601510 Copying files
thread 'main' (30306) panicked at src/main.rs:93:62:
Failed to copy input folder to output working directory: Error { kind: AlreadyExists, message: "Path "/Volumes/backup/TakeoutFix/MetaSort_temp/Google Photos/Photos from 2000/._DSC00101.JPG" exists" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
//