fmi-basel / faim-robocopy

A python-based UI for robocopy
MIT License
3 stars 0 forks source link

Adjust robocopy flags #5

Closed imagejan closed 3 years ago

imagejan commented 3 years ago

We avoid /Z because it apparently can slow down copying (see e.g. this reddit post).

In addition, let's revert logging options to the default, i.e. non-verbose but with header and summary.

Closes #4.