Following problem: i use a filter to copy structures of folder and subfolders, but i would like to keep
the "created" dates. My normal COPY command contains the COPYCREATIONTIME=yes argument,
but how can i combine that command with the copy filter?
That option and the copy filter are independent as far as I know. You should be able to combine them the same as you would any other options or command arguments.
e.g. Copy FILTER="my filter" COPYCREATIONTIME=yes
Cool, it works, thanks. It didnĀ“t come to my mind to combine those commands.