Easy Tutorial
❮ Linux Comm Col Linux Comm Cpio ❯

Linux restore Command

Linux Command Manual

The Linux restore command is used to restore files or entire file systems (a partition) that have been backed up using the dump operation.

The restore command performs the opposite operation of the dump command. The dump operation is used to back up files, while the restore operation writes these backed-up files back to the system.

Syntax

restore [-cCvy][-b <block size>][-D <file system>][-f <backup file>][-s <file number>] or restore [-chimvy][-b <block size>][-f <backup file>][-s <file number>] or restore [-crvy][-b <block size>][-f <backup file>][-s <file number>] or restore [-cRvy][-b <block size>][-D <file system>][-f <backup file>][-s <file number>] or restore [chtvy][-b <block size>][-D <file system>][-f <backup file>][-s <file number>][files...] or restore [-chmvxy][-b <block size>][-D <file system>][-f <backup file>][-s <file number>][files...]

Parameters:

Linux Command Manual

❮ Linux Comm Col Linux Comm Cpio ❯