locked
Error: Snapshots were found, but they were outside of your allowed context RRS feed

  • 일반 토론

  • I performed backup of a volume storing a database on my server using Windows Server Backup (WSB).

    Now I have some old shadows that I would like to remove.

    To do that, I use the vssadmin command with ShadowID that I'd like to remove:

    vssadmin delete shadows /Shadow={9bae879d-979e-4ec0-b252-720de085d2bf}

    However, I get the response

    Error: Snapshots were found, but they were outside of your allowed context.  Try
     removing them with the backup application which created them.

    Well, the application that created these shadows was WSB, and WSB GUI does not have command to delete old shadows.

    How can I delete these shadows?

    TIA

    Les

     

    • 이동됨 Tim Quan 2011년 7월 4일 월요일 오전 3:37 (From:General)
    • 유형 변경됨 Tim Quan 2011년 7월 7일 목요일 오전 1:38
    2011년 7월 1일 금요일 오전 9:11

모든 응답

  • Hello,

    i suggest to use the specific backup forum instead this one: http://social.technet.microsoft.com/Forums/en/windowsbackup/threads


    Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    2011년 7월 3일 일요일 오후 8:15
  • Can you use wbamdin to list shadows and delete them?

    Refer to

    http://technet.microsoft.com/en-us/library/cc754015(WS.10).aspx

    Regards

    satish

    2011년 7월 4일 월요일 오전 5:06
  • Hi,

     

    Where are the shadow copies stored? Have you enabled Shadow Copies on the folder/drive?

     

    Tim Quan

     

    2011년 7월 4일 월요일 오전 6:10
  • Try command - 


    vssadmin delete shadows /all

    2014년 4월 17일 목요일 오전 5:10
  • Also try 

    Diskshadows 

    delete shadows all

    2014년 4월 17일 목요일 오전 5:12
  • Also try 

    Diskshadows 

    delete shadows all

    It works for me. Thanks a lot.
    2014년 11월 19일 수요일 오전 11:53
  • I had the same problem.

    My ArcServe 16.5 has failed more than 15 times and after some investigation (du, chkdsk, windirstat) i thinked about and maybe the system volume information was big and.. it was there.

    I ´ve stopped all arcserve services (cstaop/cstart), used the diskshadows approach and worked!

    2015년 1월 26일 월요일 오후 3:37
  • Hi It isn't "Diskshadows" it is "Diskshadow" without the "s" :-)

    2016년 2월 11일 목요일 오전 8:46
  • Great tip, saved me some time, much apreciated

    PR

    2016년 8월 30일 화요일 오전 9:05
  • worked for me too, thanks
    2017년 3월 30일 목요일 오전 11:17
  • For anyone who finds this in the future...

    As noted above, when I tried the recommended command:
    vssadmin delete shadows /all

    I got the following error in response: 

    “Error: Snapshots were found, but they were outside of your allowed context.  Try removing them with the backup application which created them.”

    Here is what worked:

    1. Open Administrative Command Prompt
    2. Type the following command (and thank you to the person who noted that there is no ‘s’!):      diskshadow
    3. Press the ENTER key on the keyboard
    4. Type the following command:      delete shadows all
    5. Press the ENTER key on the keyboard
    6. (Note that it took a good 15 minutes for the command to finish executing, but it worked!)



    2018년 5월 23일 수요일 오후 7:20
  • Thank you! This last one worked for me! QUestion, is there a way to remove just one specific shadow copy but not all of them?
    2018년 8월 22일 수요일 오후 9:10
  • the same for me.. Thanks
    2019년 3월 20일 수요일 오후 3:09
  • Hello,

    Thanks a lot. It works for me as well.

    Thanks

    2019년 12월 26일 목요일 오후 1:03