AIX operating systems Windows operating systems Linux operating systems
IBM Tivoli Storage Manager, Version 7.1

Diffsnapshot

The diffsnapshot option controls whether Tivoli® Storage Manager creates the differential snapshot when it runs a snapshot difference incremental backup.

If the differential snapshot is not created by Tivoli Storage Manager, the latest snapshot found on the volume is used as the differential snapshot and as the source for the backup operation.

The default value is to create the differential snapshot. This option is ignored the first time that the snapdiff option is used. The first time the snapdiff option is used on a volume, a snapshot must be created and used as the source for a full incremental backup. Snapshots that are created by Tivoli Storage Manager are deleted by Tivoli Storage Manager after the next snapshot difference incremental backup is complete.

AIX operating systems Linux operating systems Snapshots can be created with the Network Appliance FilerView tool. Use the latest parameter if you want Tivoli Storage Manager to use the most recent snapshot that was created with this or any other method. Snapshots that are created by methods outside of Tivoli Storage Manager are never deleted by Tivoli Storage Manager.

Windows operating systems Snapshots can be created with the Network Appliance FilerView tool. Use the latest parameter if you want Tivoli Storage Manager to use the most recent snapshot that was created. Whatever method is used to create named snapshots, snapshot names that differ only by case will not work properly with the snapdiff option. Snapshots that are created by Tivoli Storage Manager will not have the casing problem. Snapshots that are created by methods outside of Tivoli Storage Manager are never deleted by Tivoli Storage Manager.

Supported Clients

This option is valid for the following clients:

Syntax

Read syntax diagramSkip visual syntax diagram
                 .-create-.   
>>-DIFFSNAPSHOT--+--------+------------------------------------><
                 '-latest-'   

Parameters

create
Specifies that you want to create a new, persistent, snapshot to use as the source snapshot. This value is the default.
latest
Specifies that you want to use the latest snapshot that is found on the file server as the source snapshot.

Examples

AIX operating systems Linux operating systems Command line:
Perform a snapshot difference incremental backup of an NFS mounted file system /vol/vol1 hosted on the file server homestore.example.com, where /net/home1 is the mount point of /vol/vol1.
incremental -snapdiff -diffsnapshot=latest /net/home1

The -diffsnapshot option value of latest means that the operation uses the latest snapshot (the active snapshot).

Windows operating systems Command line:
Perform a snapdiff incremental backup from a snapshot that was taken of a network share //homestore.example.com/vol/vol1 mounted on drive H:, where homestore.example.com is a file server.
incremental -snapdiff H:
Perform a snapdiff incremental backup from a snapshot that was taken of a network share //homestore.example.com/vol/vol1 mounted on drive H:, where homestore.example.com is a file server. The -diffsnapshot option value of LATEST means the operation uses the latest snapshot (the active snapshot) for volume H:.
incremental -snapdiff H: -diffsnapshot=latest


Feedback