Re: OPTION EXCLUDE with strange results for hidden UNIX files
Hej Martin,
it works like a charm.
So, given the following folder structure:
I have two possibilities now:
vs.
Where the former uses the file mask to exclude the unwanted ones, and the latter uses the source folder to only include the wanted.
Thank you!
/Torsten
it works like a charm.
So, given the following folder structure:
Directory of \\backup\backup3
11-05-2020 18:53 <DIR> .
11-05-2020 12:13 <DIR> ..
11-05-2020 18:57 <DIR> .proftpd.fifo
14-05-2020 20:35 <DIR> Daily Backups
11-05-2020 12:18 <DIR> Old Backups
11-05-2020 12:37 <DIR> Test
I have two possibilities now:
synchronize -filemask=|.proftpd.fifo/;"Old Backups/";"Test/" remote "\\backup\backup3\" "/Daily Backups/"
synchronize remote "\\backup\backup3\Daily Backups\" "/Daily Backups/"
Thank you!
/Torsten