💻 Software
eCryptFS: How to mount a backup of an encrypted home dir?
Fresh5 days ago
Mar 15, 202612092 viewsConfidence Score0%
0%
Problem
I use eCryptFS to encrypt the home directory of my laptop. My backup script copies the encrypted files to a server (together with everything else in ). How can I mount the encrypted files of the backup? I'd like to verify that I can do that, and that everything is in place. My naive try with didn't…
Error Output
mount -t ecryptfs /backup/home/.ecryptfs/boldewyn /mnt/test
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: eCryptFS: How to mount a backup of an encrypted home dir?
Low Risk
Assuming you use the Ubuntu standard encryption scheme, with no extra tweaks. The $HOME/.ecryptfs "folder" is actually just a link. The true place where your files stay is /home/.ecryptfs/$USER There are two folders there, .Private (with your files …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix