Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 8.0

...

Info
The Image file name in the Backup command is optional as Macrium Reflect will auto-generate one when not supplied.


The --stealth option will supress suppress all Backup notifications. Customers wanting to suppress progress output may specify --quiet option. With the --quiet option, no output from Reflect will be shown and customers may only be able to find exit status via %ERRORLEVEL% 

When backup location is a network share, please make sure the share is added in the Network Share Settings page of Reflect Defaults and Settings options or specify user name & password via options -u and -p.

...

By default, without specifying target disk, the Restore operation will try to locate the source disk in the system by matching disk signature. The operation will fail when the source disk is not found, as will be the case when the image of a disk from different computer is used to Restore to another computer.  The optional 'target disk' paramer can parameter can be used here to specify any Disk on the target PC large enough to accommodate the restored partitions.

...


The ? (Question mark) character following the file name indicates the Disk, or Disk and Partiton partition combination list to be restored. If omitted, then all partitions in the image are restored.

...

Info
A backup Image may contain partitions from more than one Disk. In this case, as the Restore option only supports restoring of partitions from a single Disk, it's required to specify the Disk number when restoring.

This can be achieved by  by specifying drive letters or Disk and Partition number after the question mark symbol in the image file name. 

Example: 
mrauto.exe -r D:\Backups\Test-00-00.mrimg?C,D,E 
mrauto.exe -r D:\Backups\Test-00-00.mrimg?1
mrauto.exe -r D:\Backups\Test-00-00.mrimg?1:2

Info
titleRestore Status

'MrAuto.exe --status' command displays completion status of last Restore job which was completed by booting into Rescue media. Exit status code also be set in %ERRORLEVEL%  to help automation processes.


Code Block
languagetext
titleRestore Status
C:\Users\User\Downloads>mrauto.exe -s

Loading log files... Found 53 file(s)
Looking for Auto Restore logs... Found.

Loading status from - C:\ProgramData\Macrium\Reflect\0D5D4C4B78A5D325_Restore27-01-2022 3.58 PM.html

File ID: 0D5D4C4B78A5D325
Date: 01/27/22 03:58:11 PM
Status: 0
Completion: Restore completed in 00:09:41

...