Hi there!
In a laptop plan I need to back up a specific folder that sits directly in the user profile, for example:
C:\Users\<username>\Projects
The machines can have more than one user profile, and I want the folder backed up for each of them.
I noticed the default content uses tokens like \%Desktop% and \%Documents%, so there is clearly a mechanism for resolving the user profile path. But those look like predefined tokens for known folders and I couldn't find one that would let me append my own subfolder, something like \%UserProfile%\Projects.
Is there a token for this, or is a wildcard path like C:\Users\*\Projects the way to go? Or does the plan content have to be defined differently for this kind of case?
Thank you in advance for your contributions!

