You can't use wildcards in your Source path (if that's what you are trying to do). Remember that path is also the default path for a Restore (a 'write' operation), and how would a wild card tell SB
where to write to (and/or, the name of the interim folder to create)? But you can specify the fixed path that leads to the folder
c:\program files\my program\bin\release\
as Source ('base path') and then add one or more Inclusion Filters (Change Filters button on Simple settings page > add entries to left-hand 'TO copy' column). One way to do it would be the entries
*\
\*\profiles\preferences\*.*
(note that the first one is a special entry that means 'check all paths looking for the second one' - see the contextual Help on Filters dialog)
This method would also copy empty versions (folders, but no files) of any other folders in the location represented by * (if any exist)
If you don't want that (though it sounds as though it won't be an issue for you, and all such folders will be 'wanted'), go to
Modify -> Expert -> Decisions-Files -> Folders and set the top option to Do Nothing
Remember that * can stand for
anything (including extra/deeper folders
and the backslashes that separate them), so it would also process
c:\program files\my program\bin\release\
deeper\folder\names\profiles\preferencesif they exist. Wildcards are useful but sometimes come back to bite you. However, if you could have used them in the Source string, they would have done exactly the same, so I assume you don't expect such problems.
Note also that OK'ing the Filter dialog will force a cross-match between your new Filters and the function that records specific folder\file de/selections (because the latter can overrule the former, so it's looking for contradictions), and will ask if it should or should not create and/or overrule any de/selections. You should probably agree to whatever it proposes but keep an eye open for unexpected paths you didn't expect to be included if there is a possibility there might be some. The de/selection dialog has options to Include New Folders (and Files) by default, and you should leave these as they are to cater for the new numeric sub-folders that you presumably expect will be created in due course.
Statistics: Posted by cliffhanger — Mon Mar 30, 2015 7:45 pm