Old 2003 NTBackup Script remodified.
1st issue. Create a new full .bkf file for each day instead of append or replace.
@for /f “Tokens=1-4 Delims=/ ” %%i in (’date /t’) do @set dt=%%i-%%j-%%k-%%l
@for /f “Tokens=1″ %%i in (’time /t’) do @set tm=-%%i
@set tm=%tm::=-%
@set dtt=%dt%%tm%
@echo Copying backup set: %dt%.
@echo Please wait…
@C:\WINDOWS\system32\ntbackup.exe backup systemstate C:, D: “D:\backup set.bks” /a /d “Backup %dt%” /v:no /r:no /rs:no /hc:off /m normal /j “%dt%” /l:s /f “\\backups\Backups\_2003-web\Backup %dt%.bkf”
2nd issue. Delete old backups so space
read onPSConfig Arg
After running a sharepoint sp1 update on a 2011 sbs, backups stopped working. Try this to fix it.
1. Open an Administrative command prompt.
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures




