diff --git a/README.md b/README.md index ed6f503..5366a69 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,17 @@ This creates `threads.html` and extracts all information into the directory. ```rsync -avh --progress /sourcefile /destinationfolder/``` Add ```--dry-run``` to test +### LuksEncryption | cryptsetup +``` +sudo cryptsetup luksOpen /dev/sda1 my_encrypted_volume + +sudo mkdir /media/my_device +sudo mount /dev/mapper/my_encrypted_volume /media/my_device + +sudo umount /media/my_device +sudo cryptsetup luksClose my_encrypted_volume +``` + ### Find and copy files by extension recursively