I'm a new user here and trying to figure out the best way to accomplish what I need.
Here's the scenario:
I have several duplicate file structures that have various differences.
I want to consolidate them but with specific rules around the differences.
I want the source directory and files to be compared to the destination directory and files.
If BOTH the timestamp and filesize are the same; delete the source file.
If there is a difference in either the timestamp or filesize; rename the source file and move it into the destination with a sequential number after the filename. For example filename (1).ext; incrementing if there is already a (1) version - but also compare the source file original name against the (1) version to see if it's filesize and timestamp are the same and processing the file the same way and moving it as (2) if there are differences; deleting the source if it matches the (1) version...etc.
I never want any destination folders or files to be deleted or overwritten.
I want it to process subdirectories the same way.
Is this possible and if so; what settings can I use that would get me here?
Need help with correct settings for what I'm trying to do.
- Posts: 1
- Joined: 11 Feb 2025
-
- Posts: 4290
- Joined: 11 Jun 2019
That is not what FFS is designed for, not possible