2.4K Posts

July 8th, 2013 21:00

Edit the client settings (Apps & Modules tab) and enter the following command in the 'backup command' field:

    save -a "ignore-all-missing-system-files=yes"

Then retry the backup.

July 8th, 2013 22:00

It is already in place but the backups are still failing and I have restarted Networker services.

17 Posts

July 8th, 2013 23:00

ideally this should work, if the quotes are used correctly. Sometimes misplaced quotes are the problem.

save -a '"ignore-all-missing-system-files=yes"'

2.4K Posts

July 9th, 2013 01:00

Check whether one of the writers fails as well. Run "vssadim list writers" and evaluate the result.

If the system writer has a problem, run this procedure to cure it:

  Takeown /f %windir%\winsxs\filemaps\* /a
  icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM:(RX)"
  icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller:(F)"
  icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX)
  net stop cryptsvc
  net start cryptsvc

  net stop nsrexecd
  net start nsrexecd

July 9th, 2013 22:00

Thanks Bingo.Does it require reboot?

2.4K Posts

July 9th, 2013 23:00

Not on windows 2008 and higher.

July 10th, 2013 01:00

I am also facing the same issue , when i fire Disaster Recovery backup

Check the backup user is having domain permissions

and its should be the local admin of the client

also check ACL setting of the client

Check the antivirus, the issue can occur due to same also

Run backup from client level and check, using Networker user

check

vssadmin list writers

vssadmin list providers

vssadmin list shadows

vssadmin list shadowstorage

July 11th, 2013 03:00

The issue is because of antivirus , i had disabled the same tested backup its working fine

1 Message

October 8th, 2013 14:00

hi

use VSS: * = off in save operations

let me know if it works

Regards

No Events found!

Top