|
先手动移走一部份LOG,腾出较大空间,再全备份,就好了。我第一次腾的空间不够多就不行,腾第二次就行了。
F:\Program Files\Exchsrvr\bin>eseutil /mk "F:\Program Files\Exchsrvr\MDBDATA\e00
.chk"
Microsoft(R) Exchange Server Database Utilities
Version 6.5
Copyright (C) Microsoft Corporation. All Rights Reserved.
Initiating FILE DUMP mode...
Checkpoint file: F:\Program Files\Exchsrvr\MDBDATA\e00.chk
LastFullBackupCheckpoint: (0x0,0,0)
Checkpoint: (0x31D71,1380,0)
FullBackup: (0x31B44,8,16)
FullBackup time: 04/19/2010 16:20:58
IncBackup: (0x1E77F,8,16)
IncBackup time: 10/10/2009 22:14:55
Signature: Create time:05/21/2007 10:17:06 Rand:5078738 Computer:
Env (CircLog,Session,Opentbl,VerPage,Cursors,LogBufs,LogFile,Buffers)
( off, 252, 12600, 1741, 12600, 500, 10240, 147456)
Operation completed successfully in 1.0 seconds.
F:\Program Files\Exchsrvr\bin>
checkpoint为已经写入数据库的日志文件,即到E0031D71.LOG为止的文件都已经写入数据库了.
fullbackup这个是我们需要的,意思是到E0031B44.LOG为止的文件已经备份过了,可以删除,包括这个文件. |
评分
-
查看全部评分
|