Here's what I'd like to do:
Mirror a source directory (A) to destination directory (B).
But with file & directory filters applied such that files/dirs in B that match the filter are deleted.
Something like this:
(A) -> [Filter] -> (A') -> [Mirror] -> (B)
A' is kind of a virtual directory structure and a sub-set of A.
I can see how to achieve this by, for example, deleting all of B and then running a filtered mirror.
But B is getting quite large and the filter quite extensive so this is time consuming and difficult to handle manually if I extend the filter (hence want to delete the target of the filter in B).
Is this possible via the GUI?
Thanks!
Mirror a source directory (A) to destination directory (B).
But with file & directory filters applied such that files/dirs in B that match the filter are deleted.
Something like this:
(A) -> [Filter] -> (A') -> [Mirror] -> (B)
A' is kind of a virtual directory structure and a sub-set of A.
I can see how to achieve this by, for example, deleting all of B and then running a filtered mirror.
But B is getting quite large and the filter quite extensive so this is time consuming and difficult to handle manually if I extend the filter (hence want to delete the target of the filter in B).
Is this possible via the GUI?
Thanks!
Comment