廣告廣告
  加入我的最愛 設為首頁 風格修改
首頁 首尾
 手機版   訂閱   地圖  簡體 
您是第 13699 個閱讀者
 
發表文章 發表投票 回覆文章
  可列印版   加為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.023547 second(s),query:16 Gzip disabled
本站由 瀛睿律師事務所 擔任常年法律顧問 | 免責聲明 | 本網站已依台灣網站內容分級規定處理 | 連絡我們 | 訪客留言