Excluding all instances of the same directory
Hi,
I have a simple script that synchronizes remote SFTP with local backup every night.
is added to skip downloading
Now I need to add another one exclusion, which will skip all instances of directory
part of directory tree looks like this:
When I`ve added synchronize local
How can I correctly exclude all instances of
I have a simple script that synchronizes remote SFTP with local backup every night.
synchronize local -filemask="|Upload/"
Upload
directory.
Now I need to add another one exclusion, which will skip all instances of directory
Starsze wersje
part of directory tree looks like this:
/serwis/instalki/app1/3.1.4/ /serwis/instalki/app1/Starsze wersje/ /serwis/instalki/app2/3.1.4/ /serwis/instalki/app2/Starsze wersje/ /serwis/instalki/app3/3.1.4/ /serwis/instalki/app3/Starsze wersje/
-filemask="|Upload/; |*/Starsze wersje/"
to filemask it doesn't work, winscp.com stops with invalid filemask option in |*/Starsze wersje/
.
How can I correctly exclude all instances of
Starsze wersje
from synchronization?