ファイルシステム、LUN、またはプロジェクトの自動スナップショットスケジュールを削除するには、次の手順を実行します。
hostname:> shares select myproject hostname:shares myproject> select demo_share
hostname:shares myproject/demo_share> snapshots automatic hostname:shares myproject/demo_share snapshots automatic>
list コマンドを使用して、このシェアまたはプロジェクトの自動スナップショットスケジュールのリストを表示できます。
hostname:shares myproject/demo_share snapshots automatic> list Properties: convert = false Automatics: NAME FREQUENCY DAY HH:MM KEEP automatic-000 day - 00:00 4
このプロパティーを convert = false のままにした場合、スケジュールを破棄すると、このスケジュールで取得された自動スナップショットが破棄されます。
hostname:shares myproject/demo_share snapshots automatic> set convert=true convert = true hostname:shares myproject/demo_share snapshots automatic> commit
list コマンドを使用して、変更を表示できます。
hostname:shares myproject/demo_share snapshots automatic> list Properties: convert = true Automatics: NAME FREQUENCY DAY HH:MM KEEP automatic-000 day - 00:00 4
確認するように求められます。
hostname:shares myproject/demo_share snapshots automatic> destroy automatic-000 This will destroy "automatic-000". Are you sure? (Y/N)
This will destroy "automatic-000". Are you sure? (Y/N) Y