synchronize and delete at one step
Hi
I have written this script :
Execution (would) delete(s) all files in balbla, that don't exist in test AND
transfer all files to blabla, that don't match my filter
My question : How can I modify the script to make it delete all those files with
Or do I have to get them away with
Thanks
I have written this script :
option batch on option confirm off option exclude "*_110-*; *_210-*" synchronize remote -delete d:\docs\test /srv/blabla close exit
transfer all files to blabla, that don't match my filter
My question : How can I modify the script to make it delete all those files with
"*_110-*; *_210-*"
?
Or do I have to get them away with
rm
?
Thanks