The WholesaleBackup client has the ability to specify distinct backup sets for each backup day. By default, when you make selections, you are selecting them for backup each day of the week.
By changing the drop-down list to a specific day of the week, you can add selections that will only be backed up on that day.
When you click the 'info" button, a dialog is shown explaining more about the Selection Sets and the icons used on the Selections checkboxes with descriptions.
At the top of the component, you can select which day one is making selections for. Most users use the same backup selections every day, which is the default 'Everyday'. However, there are times when one only wants to backup certain files on certain days (for example a large database or Microsoft Exchange might only be backed up on weekends).
The backup client can end up using multiple selection sets for any given day, though when you select a day/set in the user interface you are editing only that set. So, as an example, if the day the backup has been launched on is a Saturday, then in the user interface you will be editing just those selections unique to that day, but the engine will do the following
1. If selections have been specified for 'Saturday', then those selections will be used.
2. If there are selections for 'Weekend', then those selections will be used as well.
3. If there are selections for 'Everyday' then those selections will be used as well.
The .SEL selections file now contains distinct sections corresponding to the distinct daily backup selection sets one can specify on the Backup->Selections tab in the pull-down menu. These sections are: [Everyday], [Sunday], [Monday], [Tuesday], [Wednesday], [Thursday], [Friday], [Saturday], [Weekdays], and [Weekend]. Below is an example of different selections for Tuesday and Wednesday:
[Tuesday]
+ \\?\E:\test123\judy2.rtf
[Wednesday]
+ \\?\E:\test123\zach.rtf
Pre-existing .SEL files will work seamlessly without any user action as all the selections will be assumed to be for ‘Everyday’, and will be written in the new format when the “Save” button is applied in the GUI (which will result in all pre-existing selections being written to the new [Everyday] section.
NOTE: International customers can change the definition of Weekend (which defaults to Saturday & Sunday) and Weekdays using the INI keywords weekend and weekday (which default to 06 and 12345 respectively, where 0=Sunday, 1=Monday, etc.).