Plugin creation questions
Hi,
Say I would like to backup some application data for all the users on a computer.
The data are in C:\users\*\appdata\Roaming\Softwarename
How do I define source for that?
And another question:
What is Include/Exclude filter priority in Edit Source dialog of the pluigin creator? Is it "backup all Includ except for Exclude"?
Say I would like to backup some application data for all the users on a computer.
The data are in C:\users\*\appdata\Roaming\Softwarename
How do I define source for that?
And another question:
What is Include/Exclude filter priority in Edit Source dialog of the pluigin creator? Is it "backup all Includ except for Exclude"?
-
- Posts: 1945
- Joined: Wed Dec 16, 2009 12:46 pm
Re: Plugin creation questions
Hi,
1. For "C:\users\*\appdata\Roaming" you can use "%appdata%"
Example: "C:\users\*\appdata\Roaming\Softland" will be "%appdata%\Softland"
2. By default, all source files are included. The Exclude filter is stronger than the include filter.
1. For "C:\users\*\appdata\Roaming" you can use "%appdata%"
Example: "C:\users\*\appdata\Roaming\Softland" will be "%appdata%\Softland"
2. By default, all source files are included. The Exclude filter is stronger than the include filter.