Forrest logo
tool overview
On this page you find all important commands for the CLI tool qmrestore. If the command you are looking for is missing please ask our AI.

qmrestore

qmrestore is a command line tool used in the IBM Spectrum Protect (formerly known as Tivoli Storage Manager) software suite. It is designed for restoring data from backups stored in the Spectrum Protect server. The tool allows users to retrieve files, directories, or entire file systems from backup sets or storage pools within the Spectrum Protect environment.

qmrestore provides a wide range of options to customize the restore process. Users can specify the destination for restored files, choose between different restore modes (e.g., overwrite, preserve, selective), and exclude specific files or directories during the restore.

It supports restoring data from both disk and tape storage devices, providing flexibility in the restore process. Users can restore data to the original location or to a different location, enabling recovery from system failures or migrations.

The tool enables users to restore multiple versions of files, allowing them to retrieve specific versions based on timestamps or other criteria. It also supports restoring files with original ownership and permissions intact, ensuring data integrity and security.

In addition to file-level restores, qmrestore offers options for restoring database objects, virtual machine images, and other system-specific data. This makes it a versatile tool for recovering a variety of data types in different environments.

Overall, qmrestore simplifies the restore process in IBM Spectrum Protect, providing a powerful command line interface for efficient and customizable data recovery.

List of commands for qmrestore:

  • qmrestore:tldr:6e9ee qmrestore: Start virtual machine immediately from the backup while restoring in the background (only on Proxmox Backup Server).
    $ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100} --live-restore true
    try on your machine
    explain this command
  • qmrestore:tldr:ad93b qmrestore: Restore the virtual machine from a given backup file on specific storage.
    $ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100} --storage ${local}
    try on your machine
    explain this command
  • qmrestore:tldr:b4a88 qmrestore: Overwrite existing virtual machine from a given backup file on the original storage.
    $ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100} --force true
    try on your machine
    explain this command
  • qmrestore:tldr:bc780 qmrestore: Restore virtual machine from given backup file on the original storage.
    $ qmrestore ${path-to-vzdump-qemu-100-vma-lzo} ${100}
    try on your machine
    explain this command
tool overview