Fenrir icon indicating copy to clipboard operation
Fenrir copied to clipboard

Added exclusions for dirs prior to main loop

Open jmaddington opened this issue 4 years ago • 0 comments

On macOS cloud applications such as OneDrive can be set to download files on demand. If these folders are not excluded prior to the scan the file will be downloaded even if it is will be excluded in the next step, this prevents that.

Added another exclusion layer to skip matched directories defined in EXCLUDED_OUTER_DIRS before if [ -f "${file_path}" ]; then

jmaddington avatar Dec 14 '21 00:12 jmaddington