将磁盘号为0、分区序号为1的Windows系统分区备份到磁盘号为0、序号为2分区的默认路径的备份文件中。压缩方式为快速压缩,排除"\exclude.txt"中记录的文件夹(一行一个)。执行完成后关闭电脑:
erestore.exe PartitionToImage src=0:1 dst=0:2 compress=1 exclude="\exclude.txt" /PowerOff
erestore.exe PartitionToImage src=0:1 dst=0:2 compress=1 exclude="\exclude.txt" /PowerOff