The Supersede utility is a console application that can be used to archive superseded files.
...
How does the utility know which files to supersede?
Files are matched to configurable rules using regular expressions, and configuration specifies whether to delete or move superseded files .
What happens to superseded files?
The utility can be configured to delete superseded files or move them to another location.
What if I want to copy files to another location first?
...
This is useful when you wish to maintain a current folder that is different from the file’s original location. For example, a file may initially be exported to 📁Exports\2022-02-03
and you want to maintain a set of current files in 📁Exports\Current
, archiving superseded files from there.