Cinchoo / ChoEazyCopy

Simple and powerful RoboCopy GUI
MIT License
1.76k stars 119 forks source link

no way to exculde systerm volume and recycle bin so unable to robo copy a whole drive #51

Closed mat43211 closed 1 month ago

mat43211 commented 2 years ago

please can you make a way to put /xd $RECYCLE.BIN "System Volume Information" at the end of the command so that it skips recycle bin and systerm volume so that when copying a whole drive to other I am able to copy

beng-tang commented 1 year ago

I have the same issue. The ExcludeDirsWithGivenNames option in the control panel only allows specifying one directory name because it encloses everything in the file with double quotes. So instead of getting /xd $RECYCLE.BIN "System Volume Information" I get /xd "$RECYCLE.BIN "System Volume Information"" on the command line string.

Another system directory that needs excluding is Recovery

beng-tang commented 1 year ago

Update: I found a workaround: instead of using ExcludeDirsWithGivenNames in the control panel, use the AdditionalParms field at the top of the pannel, and put in it: /XD $RECYCLE.BIN Recovery "System Volume Information"

This is in ChoEazyCopy v 2.0.0.1