首页
社区
课程
招聘
[旧帖] 找到了windows 8可以用的热备份工具,我命令行使用,求把界面去了 0.00雪花
发表于: 2016-9-20 09:43 2626

[旧帖] 找到了windows 8可以用的热备份工具,我命令行使用,求把界面去了 0.00雪花

2016-9-20 09:43
2626
找到了windows 8可以用的热备份工具,我命令行使用,求把界面去了.
用了的很好用.

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 3304
活跃值: (74)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
支持,坐等大神
2016-9-21 23:41
0
雪    币: 168
活跃值: (100)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
https://github.com/nikop/snapraid-shadowcopy

SnapRaid-ShadowCopy

Powershell-script for updating shadow copies and using shadow copy to do sync instead of current state

Two main reasons for using this are:

Files in use can be synchronised
Removed files still exists in shadow copy, providing higher chance of success in case of disk failure
2016-9-22 00:25
0
雪    币: 168
活跃值: (100)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
以及本来就支持命令行模式
ShadowCopy>vss642008.exe

SHADOW.EXE 3.0 - Volume Shadow Copy sample client.
opyright (C) 2005 Microsoft Corporation. All rights reserved.


sage:
  VSHADOW [optional flags] [commands]

ist of optional flags:
 -?                 - Displays the usage screen
 -p                 - Manages persistent shadow copies
 -nw                - Manages no-writer shadow copies
 -nar               - Creates shadow copies with no auto-recovery
 -tr                - Creates TxF-recovered shadow copies
 -ad                - Creates differential HW shadow copies
 -ap                - Creates plex HW shadow copies
 -scsf              - Creates Shadow Copies for Shared Folders (Client Accessible)
 -t={file.xml}      - Transportable shadow set. Generates also the backup components doc.
 -bc={file.xml}     - Generates the backup components doc for non-transportable shadow set.
 -wi={Writer Name}  - Verify that a writer/component is included
 -wx={Writer Name}  - Exclude a writer/component from set creation or restore
 -mask              - BreakSnapshotSetEx flag: Mask shadow copy luns from system on break.
 -rw                - BreakSnapshotSetEx flag: Make shadow copy luns read-write on break.
 -forcerevert       - BreakSnapshotSetEx flag: Complete operation only if all disk signatures revertab
e.
 -norevert          - BreakSnapshotSetEx flag: Do not revert disk signatures.
 -script={file.cmd} - SETVAR script creation
 -exec={command}    - Custom command executed after shadow creation, import or between break and make-
t-write
 -wait              - Wait before program termination or between shadow set break and make-it-write
 -tracing           - Runs VSHADOW.EXE with enhanced diagnostics

ist of commands:
 {volume list}      - Creates a shadow set on these volumes
 -ws                - List writer status
 -wm                - List writer summary metadata
 -wm2               - List writer detailed metadata
 -q                 - List all shadow copies in the system
 -qx={SnapSetID}    - List all shadow copies in this set
 -s={SnapID}        - List the shadow copy with the given ID
 -da                - Deletes all shadow copies in the system
 -do={volume}       - Deletes the oldest shadow of the specified volume
 -dx={SnapSetID}    - Deletes all shadow copies in this set
 -ds={SnapID}       - Deletes this shadow copy
 -i={file.xml}      - Transportable shadow copy import
 -b={SnapSetID}     - Break the given shadow set into read-only volumes
 -bw={SnapSetID}    - Break the shadow set into writable volumes
 -bex={SnapSetID}   - Break using BreakSnapshotSetEx and flags, see options for available flags
 -el={SnapID},dir   - Expose the shadow copy as a mount point
 -el={SnapID},drive - Expose the shadow copy as a drive letter
 -er={SnapID},share - Expose the shadow copy as a network share
 -er={SnapID},share,path - Expose a child directory from the shadow copy as a share
 -r={file.xml}      - Restore based on a previously-generated Backup Components document
 -rs={file.xml}     - Simulated restore based on a previously-generated Backup Components doc
 -revert={SnapID}   - Revert a volume to the specified shadow copy

xamples:

- Non-persistent shadow copy creation on C: and D:
    VSHADOW C: E:

- Persistent shadow copy creation on C: (with no writers)
    VSHADOW -p -nw C:

- Transportable shadow copy creation on X:
    VSHADOW -t=file1.xml X:

- Transportable shadow copy import
    VSHADOW -i=file1.xml

- List all shadow copies in the system:
    VSHADOW -q

lease see the README.DOC file for more details.


2016-9-22 00:28
0
雪    币: 168
活跃值: (100)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
[QUOTE][/QUOTE]Automate ShadowCopy

ShadowCopy can be run from the command prompt, batch or task scheduler. The available switches are:

Switch        Description         
/s        copy subdirectories         
/j        parse junctions         
/i        ignore errors         
/y        overwrite existing files         
/r        overwrite read-only files
2016-9-22 01:11
0
雪    币: 190
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
大神,是不是好了,发我们下嘛
2016-9-22 14:29
0
游客
登录 | 注册 方可回帖
返回
//