How make succesfull differential backups
Hello,
I try to make an script with Full backup on sundays and differential backups in other days. The full backup executes without problems, i saw ErrorCount=0 in Xml file and test restoring and everythings goes fine but differential backup give me an error: "Differential backup or restore cannot start because don´t exist a full security backup".
I use this command to full backup
stsadm.exe -o backup -directory c:\respaldos\full -backupmethod full
and this command to differential backups
stsadm.exe -o backup -directory c:\respaldos\diferenciales\1130 -backupmethod differential
Please any help will be apprecciate, i test in two different sharepoint installation and give me the same error so i believe than im doing something wrong
MFC
January 29th, 2010 5:08pm
I find the error:
I use this command to full backup
stsadm.exe -o backup -directory c:\respaldos\ -backupmethod full
and this command to differential backups
stsadm.exe -o backup -directory c:\respaldos\ -backupmethod differential
Differential and full backups shoud be in the same directory...
MFC
Free Windows Admin Tool Kit Click here and download it now
January 29th, 2010 9:24pm