wbadmin系统状态备份失败

当试图将系统状态备份到共享驱动器时,备份失败。 这个份额是一个桑巴舞的份额。 samba服务器不在AD上,但是我映射了一个networking驱动器,这样证书将被保存(实际上不能备份到networking驱动器,wbamin可以防止这种情况)。 当我运行备份失败。 下面的输出中提到的日志文件都是空的。 有任何想法吗?

PS C:\Users\Administrator> wbadmin start systemstatebackup -backuptarget:\\ny-back01\backups wbadmin 1.0 - Backup command-line tool (C) Copyright 2004 Microsoft Corp. Starting to back up the system state [8/19/2010 1:41 PM]... Retrieving volume information... This will back up the system state from volume(s) System Reserved (100.00 MB),Local Disk(C:) to \\ny-back01\backups. Do you want to start the backup operation? [Y] Yes [N] No Y Creating a shadow copy of the volumes specified for backup... Please wait while system state files to back up are identified. This might take several minutes... Found (118) files. Found (10194) files. Found (14481) files. Found (31086) files. Found (36456) files. Found (48828) files. Found (69057) files. Found (73761) files. Summary of the backup operation: ------------------ The backup of the system state failed [8/19/2010 1:43 PM]. Log of files successfully backed up: C:\Windows\Logs\WindowsServerBackup\Backup-19-08-2010_13-42-09.log Log of files for which backup failed: C:\Windows\Logs\WindowsServerBackup\Backup_Error-19-08-2010_13-42-09.log The operation ended before completion. The version does not support this version of the file format. PS C:\Users\Administrator> 

* nix OS(只在需要时分配磁盘块)的默认分配方法是将Windows备份引入循环。 您需要预先分配空间。

strict allocate = yes添加到您的smb.conf文件中,然后重新启动。 (有关strict allocate选项的详细信息,请参阅http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html 。)

我看到一些谣言表明,开启strict allocate ,但是,当要求分配非常大的文件时,可以使一些Windows客户端“超时”…可爱的。 交换另一个问题。 你的旅费可能会改变。