windows – wbadmin系统状态备份失败

前端之家收集整理的这篇文章主要介绍了windows – wbadmin系统状态备份失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试将系统状态备份到共享驱动器时,备份失败.这份分享是桑巴舞. samba服务器不在AD上,但我映射了一个网络驱动器,因此将保存凭据(无法实际备份到网络驱动器,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备份循环.您需要预先分配空间.

将严格的allocate = yes添加到你的smb.conf并再次给它一个镜头. (有关严格分配选项的详细信息,请参阅http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html.)

我看到一些隆隆声表明,在要求分配非常大的文件时,启用严格分配会使某些Windows客户端“超时”……很可爱.为另一个交易一个问题.你的旅费可能会改变.

原文链接:https://www.f2er.com/windows/365566.html

猜你在找的Windows相关文章