Command
weka fs snapshot updateThis command changes the snapshot attributes. Use the following command line to update an existing snapshot:
weka fs snapshot update <file-system> <name> [--new-name=<new-name>] [--iswritable] [--access-point=<access-point>]
Parameters
Name | String | Value | Limitations | Mandatory | Default |
---|---|---|---|---|---|
file-system | String | A valid filesystem identifier. | Must be a valid name | Yes | |
name | String | Unique name for the updated snapshot | Must be a valid name. | Yes | |
new-name | String | New name for the updated snapshot | Must be a valid name. | No | |
is- writable | Boolean | Sets the snapshot to be writable | No | ||
access-point | String | Name of directory for snapshot, which will serve as the access point for the snapshot. | Must be a valid name. | No |