Backup windows server 2008 fails - shadow copy












0















I want to back up my Windows Server, but it fails when making shadow copy. I have seen that it only fails when I want to make a complete backup of the system (and not if I select only D or E drive).



I think that the problem is the empty 100 MB system drive that is not NTFS. Any ideas? There could be also another reason.



I use Windows backup tool; see error messages in tool and event log: screenshots



I do total system back up but I will also backup drives seperately in the future



drive partitions



Backup tool error



Event log error










share|improve this question


















  • 2





    You should edit your original post, not delete it and create a new one.

    – Keltari
    Dec 19 '18 at 10:45











  • Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

    – Pimp Juice IT
    Dec 19 '18 at 15:03
















0















I want to back up my Windows Server, but it fails when making shadow copy. I have seen that it only fails when I want to make a complete backup of the system (and not if I select only D or E drive).



I think that the problem is the empty 100 MB system drive that is not NTFS. Any ideas? There could be also another reason.



I use Windows backup tool; see error messages in tool and event log: screenshots



I do total system back up but I will also backup drives seperately in the future



drive partitions



Backup tool error



Event log error










share|improve this question


















  • 2





    You should edit your original post, not delete it and create a new one.

    – Keltari
    Dec 19 '18 at 10:45











  • Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

    – Pimp Juice IT
    Dec 19 '18 at 15:03














0












0








0








I want to back up my Windows Server, but it fails when making shadow copy. I have seen that it only fails when I want to make a complete backup of the system (and not if I select only D or E drive).



I think that the problem is the empty 100 MB system drive that is not NTFS. Any ideas? There could be also another reason.



I use Windows backup tool; see error messages in tool and event log: screenshots



I do total system back up but I will also backup drives seperately in the future



drive partitions



Backup tool error



Event log error










share|improve this question














I want to back up my Windows Server, but it fails when making shadow copy. I have seen that it only fails when I want to make a complete backup of the system (and not if I select only D or E drive).



I think that the problem is the empty 100 MB system drive that is not NTFS. Any ideas? There could be also another reason.



I use Windows backup tool; see error messages in tool and event log: screenshots



I do total system back up but I will also backup drives seperately in the future



drive partitions



Backup tool error



Event log error







windows backup ntfs windows-server-2008 windows-server-2008-r2






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 19 '18 at 10:40









KonoKono

13




13








  • 2





    You should edit your original post, not delete it and create a new one.

    – Keltari
    Dec 19 '18 at 10:45











  • Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

    – Pimp Juice IT
    Dec 19 '18 at 15:03














  • 2





    You should edit your original post, not delete it and create a new one.

    – Keltari
    Dec 19 '18 at 10:45











  • Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

    – Pimp Juice IT
    Dec 19 '18 at 15:03








2




2





You should edit your original post, not delete it and create a new one.

– Keltari
Dec 19 '18 at 10:45





You should edit your original post, not delete it and create a new one.

– Keltari
Dec 19 '18 at 10:45













Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

– Pimp Juice IT
Dec 19 '18 at 15:03





Just in case it's applicable or helpful to the issue, read over support.microsoft.com/en-us/help/970770/…

– Pimp Juice IT
Dec 19 '18 at 15:03










2 Answers
2






active

oldest

votes


















0














Further checks:




  1. Check disk space.

  2. Run the command vssadmin list writers in an elevated cmd and see if any
    writer is listed as having an error.

  3. See if Volume Shadow Copy Service and Shared Protection Point added messages
    to the Windows application event log
    (they use VSS and SPP as their event-Source-identifier).


If you can't find any error, this might be a temporary timeout.
You may increase the timeout using regedit and navigating to:



HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP


Create a new DWORD value named CreateTimeout and set its value.
For example, 2 minutes is 1200000 (2*60*1000) in decimal,
but set your own.
If the registry key SPP does not exist, then this advice does not apply.



Source: Microsoft blog.






share|improve this answer
























  • Comments are not for extended discussion; this conversation has been moved to chat.

    – DavidPostill
    Dec 20 '18 at 17:00



















-1














I fixed this issue by starting backups without SQL server services.Just stop all SQL related services. Thanks for your help!






share|improve this answer






















    protected by Community Dec 29 '18 at 3:43



    Thank you for your interest in this question.
    Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



    Would you like to answer one of these unanswered questions instead?














    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Further checks:




    1. Check disk space.

    2. Run the command vssadmin list writers in an elevated cmd and see if any
      writer is listed as having an error.

    3. See if Volume Shadow Copy Service and Shared Protection Point added messages
      to the Windows application event log
      (they use VSS and SPP as their event-Source-identifier).


    If you can't find any error, this might be a temporary timeout.
    You may increase the timeout using regedit and navigating to:



    HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP


    Create a new DWORD value named CreateTimeout and set its value.
    For example, 2 minutes is 1200000 (2*60*1000) in decimal,
    but set your own.
    If the registry key SPP does not exist, then this advice does not apply.



    Source: Microsoft blog.






    share|improve this answer
























    • Comments are not for extended discussion; this conversation has been moved to chat.

      – DavidPostill
      Dec 20 '18 at 17:00
















    0














    Further checks:




    1. Check disk space.

    2. Run the command vssadmin list writers in an elevated cmd and see if any
      writer is listed as having an error.

    3. See if Volume Shadow Copy Service and Shared Protection Point added messages
      to the Windows application event log
      (they use VSS and SPP as their event-Source-identifier).


    If you can't find any error, this might be a temporary timeout.
    You may increase the timeout using regedit and navigating to:



    HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP


    Create a new DWORD value named CreateTimeout and set its value.
    For example, 2 minutes is 1200000 (2*60*1000) in decimal,
    but set your own.
    If the registry key SPP does not exist, then this advice does not apply.



    Source: Microsoft blog.






    share|improve this answer
























    • Comments are not for extended discussion; this conversation has been moved to chat.

      – DavidPostill
      Dec 20 '18 at 17:00














    0












    0








    0







    Further checks:




    1. Check disk space.

    2. Run the command vssadmin list writers in an elevated cmd and see if any
      writer is listed as having an error.

    3. See if Volume Shadow Copy Service and Shared Protection Point added messages
      to the Windows application event log
      (they use VSS and SPP as their event-Source-identifier).


    If you can't find any error, this might be a temporary timeout.
    You may increase the timeout using regedit and navigating to:



    HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP


    Create a new DWORD value named CreateTimeout and set its value.
    For example, 2 minutes is 1200000 (2*60*1000) in decimal,
    but set your own.
    If the registry key SPP does not exist, then this advice does not apply.



    Source: Microsoft blog.






    share|improve this answer













    Further checks:




    1. Check disk space.

    2. Run the command vssadmin list writers in an elevated cmd and see if any
      writer is listed as having an error.

    3. See if Volume Shadow Copy Service and Shared Protection Point added messages
      to the Windows application event log
      (they use VSS and SPP as their event-Source-identifier).


    If you can't find any error, this might be a temporary timeout.
    You may increase the timeout using regedit and navigating to:



    HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionSPP


    Create a new DWORD value named CreateTimeout and set its value.
    For example, 2 minutes is 1200000 (2*60*1000) in decimal,
    but set your own.
    If the registry key SPP does not exist, then this advice does not apply.



    Source: Microsoft blog.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 19 '18 at 11:50









    harrymcharrymc

    255k14265566




    255k14265566













    • Comments are not for extended discussion; this conversation has been moved to chat.

      – DavidPostill
      Dec 20 '18 at 17:00



















    • Comments are not for extended discussion; this conversation has been moved to chat.

      – DavidPostill
      Dec 20 '18 at 17:00

















    Comments are not for extended discussion; this conversation has been moved to chat.

    – DavidPostill
    Dec 20 '18 at 17:00





    Comments are not for extended discussion; this conversation has been moved to chat.

    – DavidPostill
    Dec 20 '18 at 17:00













    -1














    I fixed this issue by starting backups without SQL server services.Just stop all SQL related services. Thanks for your help!






    share|improve this answer




























      -1














      I fixed this issue by starting backups without SQL server services.Just stop all SQL related services. Thanks for your help!






      share|improve this answer


























        -1












        -1








        -1







        I fixed this issue by starting backups without SQL server services.Just stop all SQL related services. Thanks for your help!






        share|improve this answer













        I fixed this issue by starting backups without SQL server services.Just stop all SQL related services. Thanks for your help!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 26 '18 at 10:06









        KonoKono

        13




        13

















            protected by Community Dec 29 '18 at 3:43



            Thank you for your interest in this question.
            Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



            Would you like to answer one of these unanswered questions instead?



            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out