mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
text version synced
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@704 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
14
FAQ
14
FAQ
@@ -944,13 +944,23 @@ A. Contributors
|
||||
partition creation. Example:
|
||||
|
||||
|
||||
cryptsetup luksHeaderBackup --header-backup-file h /dev/mapper/c1
|
||||
cryptsetup luksHeaderBackup --header-backup-file h <device>
|
||||
|
||||
To restore, use the inverse command, i.e.
|
||||
|
||||
cryptsetup luksHeaderRestore --header-backup-file h /dev/mapper/c1
|
||||
cryptsetup luksHeaderRestore --header-backup-file h <device>
|
||||
|
||||
|
||||
* How do I test a LUKS header?
|
||||
|
||||
Use
|
||||
|
||||
cryptsetup -v isLuks <device>
|
||||
|
||||
on the device. Without the "-v" it just signals its result via
|
||||
exit-status.
|
||||
|
||||
|
||||
* How do I backup a LUKS or dm-crypt partition?
|
||||
|
||||
There are two options, a sector-image and a plain file or
|
||||
|
||||
Reference in New Issue
Block a user