Browse Community
Help
Log In
Responses(9)
Solutions(0)
bingo.1
2.4K Posts
0
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.
Rajesh Sekar
26 Posts
July 8th, 2013 22:00
It is already in place but the backups are still failing and I have restarted Networker services.
singhmridul
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"'
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?
July 9th, 2013 23:00
Not on windows 2008 and higher.
B4FQqUoIrW12094
60 Posts
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
ArturoMurillo
1 Message
October 8th, 2013 14:00
hi
use VSS: * = off in save operations
let me know if it works
Regards
Dell Support Resources
View All
Top
bingo.1
2.4K Posts
0
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.
Rajesh Sekar
26 Posts
0
July 8th, 2013 22:00
It is already in place but the backups are still failing and I have restarted Networker services.
singhmridul
17 Posts
0
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"'
bingo.1
2.4K Posts
0
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
Rajesh Sekar
26 Posts
0
July 9th, 2013 22:00
Thanks Bingo.Does it require reboot?
bingo.1
2.4K Posts
0
July 9th, 2013 23:00
Not on windows 2008 and higher.
B4FQqUoIrW12094
60 Posts
0
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
B4FQqUoIrW12094
60 Posts
0
July 11th, 2013 03:00
The issue is because of antivirus , i had disabled the same tested backup its working fine
ArturoMurillo
1 Message
0
October 8th, 2013 14:00
hi
use VSS: * = off in save operations
let me know if it works
Regards