Sebastian,
Thank you for that clarification. Having parameters in the documentation that aren't really used is quite frustrating.
Here's an example of the documentation that I would find useful to have in a single place. Some of the terms I'm using may not be appropriate, but I expect you'll get the idea.
# Creating a Virtual Full backup
This backup type creates a new Full backup by walking the backup chain (Full, Differential, Incremental) for a Job that contains all changes since the previous Full backup.
This is useful for creating long term backups such as off-site backups without needing to go back to the backup client to create the backup. It can be used with both a standard backup scheme and the always incremental backup scheme.
The source is determined by the jobs in the backup chain used to create a full backup. This can span multiple volumes and media types depending on how the backup chain (Full, Differential, Incremental) is setup. There is no specific configuration parameter to specify the source.
The destination is specified by the Next Pool parameter. This parameter is first checked in the run line, then the Job Resource (or JobDefs Resource) and finally the Pool Resource. The "Pool" parameter for the job is used to find the "Next Pool" parameter, otherwise it is not used.
Link to any existing documentation about Virtual Full backups
# Creating a standard backup scheme
This backup type uses Full, Differential and Incremental backups. A Full backup contains all data from the host at the specified time. The Differential contains all changes since the previous Full backup. The Incremental contains all changes since the previous Incremental or Differential or Full backup, whichever is most recent.
The source is the backup client.
The destination is the determined by the Pool parameter. This parameter is first checked in the run line, then the Job Resource (or JobDefs Resource).
Link to any existing documentation about standard backups
# Creating an Always Incremental backup scheme
See the existing documentation for Always Incremental backups
# Creating a Copy backup
... documentation about why this would be used and what the source and destination are
# Creating a Migration backup
... documentation about why this would be used and what the source and destination are