广告广告
  加入我的最爱 设为首页 风格修改
首页 首尾
 手机版   订阅   地图  繁体 
您是第 13782 个阅读者
 
发表文章 发表投票 回覆文章
  可列印版   加为IE收藏   收藏主题   上一主题 | 下一主题   
jjou 手机
数位造型
个人文章 个人相簿 个人日记 个人地图
小有名气
级别: 小有名气 该用户目前不上站
推文 x1 鲜花 x18
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片
推文 x1
[讨论] 请问可否提供 Acronis TrueImage command line 范例(免按键)
请问可否提供 Acronis TrueImage command line 范例(免按键)

Do you know how to make a command line or script to backup/resto ..

访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容



献花 x1 回到顶端 [楼 主] From:台湾省 东森宽频网路 | Posted:2004-12-17 12:01 |
addycat 手机
数位造型
个人文章 个人相簿 个人日记 个人地图
初露锋芒
级别: 初露锋芒 该用户目前不上站
推文 x0 鲜花 x8
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

This doesnt need to be scripted as its a basic command. All you need to do is use the SCHEDULE feature in acronis and tell it when to make a backup image and where to make it.

=================
原厂的解答><


野喵命理网,专业命理老师驻站,提供易经卜卦,招桃花,开运,改运
http://blog.m....com
献花 x0 回到顶端 [1 楼] From:台湾 | Posted:2005-01-17 21:11 |
jjou 手机
数位造型
个人文章 个人相簿 个人日记 个人地图
小有名气
级别: 小有名气 该用户目前不上站
推文 x1 鲜花 x18
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

Acronis Support July 2nd, 2005, 05:45 AM

The only workaround I can propose you is the following:

- Start Acronis True Image and create a new task using Schedule Task wizard, but do not schedule it (on the Start Parameters page choose "Do not start automatically"). Set the name of the new task to "My Task";

- Open the \Documents and Settings\[User]\Application Data\Acronis\TrueImage\Scripts\ folder and find the script file with the following parameter inside: display name="My Task";

- Copy the script file to the \Program Files\Acronis\TrueImage folder;

- Use the following commands in the .bat file:

c:
cd \Program Files\Acronis\TrueImage
TrueImageService /script: [script name]

This should work for you.


献花 x0 回到顶端 [2 楼] From:东森 Cable | Posted:2009-01-12 06:33 |
jjou 手机
数位造型
个人文章 个人相簿 个人日记 个人地图
小有名气
级别: 小有名气 该用户目前不上站
推文 x1 鲜花 x18
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

使用几年了! Happy!!

1. 单键恢复范例 Dos 下的 Batch
TIDOS /deploy /partition:1-2 /file_partition:1-3 /filename:"\Ghost\Asus.tib"

2. 单键备份范例 Windows 下的 Batch
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp
del /f /s /q "%userprofile%\recent\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\Application Data\Acronis\TrueImage\Logs\"
del /f /s /q %windir%\inf\*.pnf
del /f /s /q %windir%\System32\dllcache\*.*
rd /s /q "c:\Documents and Settings\LocalService"
rd /s /q "c:\Documents and Settings\NetworkService"
rem echo 清除系统完成!
@Echo Backup to D:\Ghost at High compression
TrueImageService.exe /script:Backup.tis /nowait

3. 单键备份范例 Windows 下的 Script: Backup.tis
<?xml version="1.0" encoding="utf-8" ?>
<backup>
<source letter="C" />
<target file="D:\Ghost\Asus-.tib" />
<options compression="high" incremental="false" description="Asus C drive" />
</backup>


献花 x0 回到顶端 [3 楼] From:台湾中华电信 | Posted:2010-04-20 09:41 |
joshuajou 手机
数位造型
个人文章 个人相簿 个人日记 个人地图
小人物
级别: 小人物 该用户目前不上站
推文 x0 鲜花 x3
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

在使用前复制Acronis TrueImage(以下简称ATI)
安装目录下的 TrueImageCmdDos.exe(为方便改名为TIDOS.exe)
到可启动的软盘,在虚拟机中使用此盘启动到DOS,
输入TIDOS /help显示可用的命令参数:

X:\TIDOS.EXE - backups/restores partitions/disks.

Usage: X:\TIDOS.EXE /create|/deploy|/list [/harddisk:disk1,disk2]
    [/partition:disk1-part1,disk2-part2] [/incremental]
    [/target_harddisk:disk1] [/target_partition:disk1-part1]
    [/compression:level] [/filename:filename] [/raw]
    [/password:password] [/progress:on|off]
    [/start:start] [/size:size] [/type:type]

参数解释:
    /help: 显示上述的帮助信息
    /create: 创建映像文件
    /deploy: 恢复映像文件
    /list: 显示磁盘分区
    /harddisk: 源磁盘
    /partition: 源磁盘分区
    /incremental: 使用增量映像文件
    /target_harddisk: 目标磁盘
    /target_partition: 目标分区
    /compression: 压缩率 (取值范围:0-9,默认为 3)
    /filename: 映像文件名
    /raw: ATI未知的分区格式可使用此参数
    /password: 映像文件的密码
    /progress: 是否显示进度条 (取值范围:ON |OFF,默认为ON)

用法举例:

备份C盘(第1个磁盘第1个分区)到D:\back_C.tib文件,使用映像文件为47,使用最高压缩率,命令如下:
x:\tidos.exe /create /harddisk:1 /partition:1-1 /compression:9 /password:47 /filename:d:\back_c.tib

恢复上述创建的映像文件到C盘,命令如下:
x:\tidos.exe /deploy /harddisk:1 /partition:1-1 /filename:d:\back_c.tib /password:47

  说明:
  /harddisk 默认为磁盘1,可不指定,但有多个磁盘时最好指定。
  /password 如果映像文件有密码保护,但在恢复时没有提供密码,会提示Failed to open image archive.(文件打开失败)


献花 x0 回到顶端 [4 楼] From:台湾威宝电信股份有限公司 | Posted:2017-01-31 05:12 |

首页  发表文章 发表投票 回覆文章
Powered by PHPWind v1.3.6
Copyright © 2003-04 PHPWind
Processed in 0.022346 second(s),query:16 Gzip disabled
本站由 瀛睿律师事务所 担任常年法律顾问 | 免责声明 | 本网站已依台湾网站内容分级规定处理 | 连络我们 | 访客留言