섀도우 복사본 일정 삭제
파일 시스템의 기존 섀도우 복사본 일정을 삭제하려면 파일 시스템의 원격 PowerShell 세션에서 다음 명령을 입력합니다. 파일 시스템에서 원격 PowerShell 세션을 시작하는 방법에 대한 지침은 PowerShell용 Amazon FSx CLI 사용 섹션을 참조하세요.
[fs-0123456789abcdef1]PS>
Remove-FsxShadowCopySchedule
Confirm Are you sure you want to perform this action? Performing the operation "Remove-FsxShadowCopySchedule" on target "Removing FSx Shadow Copy Schedule". [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (Default is "Y"):Y
[fs-0123456789abcdef1]PS>