For Windows, the "swstbackup" command processing under the following conditions has been changed:
The -Xflush option is not specified.
The BufferFlushOnly parameter is not described in the transaction volume locking specification file for backups, or when the transaction volume locking specification file for backups does not exist.
Version | Details |
---|---|
15.0 or later | Flushes the file system buffer for the transaction volume. |
14.2 or earlier | Locks the transaction volume. |
Information
For Windows, the relation between the -Xflush option of the "swstbackup" command and the transaction volume locking specification file for backups is as follows.
Version | -Xflush Option | If BufferFlushOnly Value Is On | If BufferFlushOnly Value Is Off | If BufferFlushOnly Parameter Is Not Described | If Transaction Volume Locking Specification File for Backups Does Not Exist |
---|---|---|---|---|---|
15.0 or later | Not specify | Flush | Lock | Flush | Flush |
Specify | Flush | Flush | Flush | Flush | |
14.2 or earlier | Not specify | Flush | Lock | Lock | Lock |
Specify | Flush | Flush | Flush | Flush |
Lock: Locks the transaction volume.
Flush: Flushes the file system buffer for the transaction volume.