pool.snapshottask.update ======================== Update a Periodic Snapshot Task with specific `id` See the documentation for `create` method for information on payload contents .. examples(websocket):: :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.snapshottask.update", "params": [ 1, { "dataset": "data/work", "recursive": true, "exclude": ["data/work/temp"], "lifetime_value": 2, "lifetime_unit": "WEEK", "naming_schema": "auto_%Y-%m-%d_%H-%M", "schedule": { "minute": "0", "hour": "*", "dom": "*", "month": "*", "dow": "1,2,3,4,5", "begin": "09:00", "end": "18:00" } } ] } .. raw:: html
ID of the periodic snapshot task to update.
Updated configuration for the periodic snapshot task.
No Additional PropertiesThe dataset to take snapshots of.
Whether to recursively snapshot child datasets.
Number of time units to retain snapshots. lifetime_unit gives the time unit.
Unit of time for snapshot retention.
Whether this periodic snapshot task is enabled.
Array of dataset patterns to exclude from recursive snapshots.
No Additional ItemsNaming pattern for generated snapshots using strftime format.
Whether to take snapshots even if no data has changed.
Cron schedule for when snapshots should be taken.
No Additional PropertiesMinute when snapshots should be taken (cron format).
"00" - "23"
"1" - "31"
"1" (January) - "12" (December)
"1" (Monday) - "7" (Sunday)
Start time of the window when snapshots can be taken.
"00:00"
    "06:30"
    "18:00"
    "23:00"
    End time of the window when snapshots can be taken.
"00:00"
    "06:30"
    "18:00"
    "23:00"
    Whether to fix the removal date of existing snapshots when retention settings change.
The updated periodic snapshot task configuration.
No Additional PropertiesThe dataset to take snapshots of.
Whether to recursively snapshot child datasets.
Number of time units to retain snapshots. lifetime_unit gives the time unit.
Unit of time for snapshot retention.
Whether this periodic snapshot task is enabled.
Array of dataset patterns to exclude from recursive snapshots.
No Additional ItemsNaming pattern for generated snapshots using strftime format.
Whether to take snapshots even if no data has changed.
Cron schedule for when snapshots should be taken.
No Additional PropertiesMinute when snapshots should be taken (cron format).
"00" - "23"
"1" - "31"
"1" (January) - "12" (December)
"1" (Monday) - "7" (Sunday)
Start time of the window when snapshots can be taken.
"00:00"
    "06:30"
    "18:00"
    "23:00"
    End time of the window when snapshots can be taken.
"00:00"
    "06:30"
    "18:00"
    "23:00"
    Unique identifier for the periodic snapshot task.
Detailed state information for the task.
Whether VMware VMs are synced before taking snapshots.