Restoring a file backed up through dump from an encrypted home directory

https://help.ubuntu.com/community/EncryptedPrivateDirectory#Recovering_Your_Mount_Passphrase

sudo mkdir /mnt/restore
sudo chown yourid /mnt/restore
sudo ecryptfs-add-passphrase --fnek
# record output
sudo mount -t ecryptfs /tmp/restore/home/.ecryptfs/yourid/.Private /mnt/restore
aes
16
n (passthrough)
y (encrypt filenames)
(enter 2nd key from fnek above)

Comments

Popular posts from this blog

YAML Syntax Highlighting in gedit

Xubuntu Home Server on Dell XPS 13 9370

Working through the golang tour