Search found 3 matches

by Arlingtoner
21 Feb 2023, 22:48
Forum: Help
Topic: I do not understand "*:"
Replies: 4
Views: 343

Re: I do not understand "*:"

Is there a way to restrict "all the files" to just the base directory level other than the exclude \*\ that I used in my original post? I thought that \*: might do that, as the manual says the filter for a single file is \file.txt, but clearly things don't work that way.

Is there a way to have one ...
by Arlingtoner
21 Feb 2023, 18:49
Forum: Help
Topic: I do not understand "*:"
Replies: 4
Views: 343

Re: I do not understand "*:"

Yes, I've read that manual page a few times, but, in my mind, it doesn't quite work that way in practice. For example, in a couple of spots in my original post, "*" and "*:" produced the same results (I presume because of implicit subdirectory creation). While my mystification may be just a case of ...
by Arlingtoner
20 Feb 2023, 21:37
Forum: Help
Topic: I do not understand "*:"
Replies: 4
Views: 343

I do not understand "*:"

Given a directory structure on my Windows system:

...\temp\file1.txt
...\temp\file2.txt
...\temp\aaa
...\temp\bbb
...\temp\ccc
...\temp\ddd

with files in all four subdirectories, I want to synchronize all the files in temp and a subset of temp's subdirectories and files with another directory, say ...