This message was deleted.
# community-support
s
This message was deleted.
1
w
If you want a copy that removes files not being present in the source you’d need to use the
Sync
task.
t
Niiice, TIL, thank you!
v
Basically always use
Sync
or
sync { ... }
unless you really want to "copy together" things with multiple actions / tasks. And then better don't do it anyway. 😄