File/Folder Path Variables |
Variable file/folder paths can be used to create:
1.Dynamic archives for yearly, monthly, weekly and/or daily backups 2.Dynamic synchronization based on date 3.Dynamic synchronization based on logged on user or machine name 4.Dynamic synchronization based on personal folders or other variables read in from the registry 5.Log file storage, manipulation and organization 6.Administrative report file storage, manipulation and organization 7.Deleted file storage, manipulation and organization
Notes:
You can also use any variables that are located in the registry under HKEY_CURRENT_USER. For example:
HKEY_CURRENT_USER\Environment (used by default default) HKEY_CURRENT_USER\Volatile Environment (used by default)
The HKEY_CURRENT_USERS locations can be modified in the PSDef.cfg file as follows:
[Misc Options] RegVarStr=\Environment;\Volatile Environment;
In addition, the %USERPROFILE% Environmental Variable is now also supported.
Use the variable %Personal% to define the "My Documents" folder in Profiles that will be used on multiple operating systems such as XP and Windows 7. Since the location of the My Documents folder is different on these operating systems, using the %Personal% variable will dynamically resolve to the correct location on each system. This simplifies configuration and keeps the Profile generic and deployable on multiple operating systems.
Note for PeerSync Jobs linked to PeerLock: PeerLock supports the usage of Windows System and Registry variables in the Source and Target fields (i.e. %UserName%, %ComputerName%). Custom PeerSync variables such as %JobName% are currently not supported and will not work in PeerLock. |