Back up of encrypted home dir of logged users impossible
Bug #365596 reported by
Milan Knizek
This bug report was converted into a question: question #68551: Back up of encrypted home dir of logged users impossible.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Once the user logs in, the $HOME/.Private is replaced by decrypted files, effectively hiding the encrypted ones.
This seems to me as a design error. The .Private directory should be outside of user's home directory to allow for backup of a live system with users logged in (no matter that this is not recommended due to possible on-going changes to the file system).
Ubuntu 9.04 amd64. Affects adduser --encrypt-home and possibly ecryptfs-
To post a comment you must log in.
Actually, it is possible to get to your encrypted data!
Try this:
$ umount. ecryptfs_ private && cd $HOME/.Private && mount.ecryptfs_ private
This should momentarily unmount your home (or private) directory, put you in your encrypted directory, and then remounted (as quickly as possible).
This is how I backup my encrypted data!
:-Dustin