Forum Discussion
Perez
Feb 05, 2025Iron Contributor
Robocopy Don't save
I ask those who use this Microsoft utility, if there is a way to not delete a previously saved file, if currently in use. In practice I have been using this utility for many years, but among all its...
- Feb 06, 2025
About those temporary files (tmp files): when /MIR is used, Robocopy will create a temporary file with the same name but with a .tmp suffix. To avoid this, you can simply rename the file before running the /MIR command. However, this might not be the best solution if you need to preserve the original file name.
Stephennen
Feb 10, 2025Bronze Contributor
If you're okay with excluding files based on their last modified date, you can specify a maximum or minimum age for copied files. However, this approach may not suit your needs if you're not looking to filter based on dates.