如何自动备份
发表于 : 2016年6月3日, 14:12
在hamail安装文件夹下有自动备份脚本
路径在这里hMailServer\Addons\Utilities
VBS脚本如下,但上每次运行都报错,有没有熟悉脚本的帮忙看看
Const sAdminPassword = "<11223344>"
Dim oApp
Set oApp = CreateObject("hMailServer.Application")
' Authenticate the client.
Call oApp.Authenticate ("Administrator", sAdminPassword)
Call oApp.BackupManager.StartBackup()
路径在这里hMailServer\Addons\Utilities
VBS脚本如下,但上每次运行都报错,有没有熟悉脚本的帮忙看看
Const sAdminPassword = "<11223344>"
Dim oApp
Set oApp = CreateObject("hMailServer.Application")
' Authenticate the client.
Call oApp.Authenticate ("Administrator", sAdminPassword)
Call oApp.BackupManager.StartBackup()
