Cinchoo / ChoEazyCopy

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

Question - zip files at destination #23

Closed stephen147 closed 3 years ago

stephen147 commented 3 years ago

I was hoping to use this for setting an automated backup of a drive.

I was hoping to zip each file that's copied over to the destination.

Is that possible?

Cinchoo commented 3 years ago

Yes, you can. Pass zip command / batch file at PostCommands parameter, which gets executed after robocopy completes

image

stephen147 commented 3 years ago

Thanks. Would this be something that could be added to the program?

Which zip program performs best here?

Cinchoo commented 3 years ago

No, this is free style text. You can add commands whatever u needs.