Oracle® ZFS Storage Appliance 관리 설명서, 릴리스 2013.1.5.0

인쇄 보기 종료

업데이트 날짜: 2016년 2월
 
 

CLI를 사용하여 스냅샷 삭제

  1. 스냅샷을 삭제하려면 destroy 명령을 사용합니다.
    clownfish:shares default/builds snapshots> select test2
    clownfish:shares default/builds@test2> destroy
    This will destroy this snapshot. Are you sure? (Y/N)
    clownfish:shares default/builds snapshots>
    
  2. 또한 개별 스냅샷을 선택하지 않고 공유 컨텍스트에서 destroy 명령을 사용할 수 있습니다.
    clownfish:shares default/builds snapshots> destroy test2
    This will destroy this snapshot. Are you sure? (Y/N)
    clownfish:shares default/builds snapshots>