Comment 3 for bug 365596

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 365596] Re: Back up of encrypted home dir of logged users impossible

Note that root could establish a bind mount of your .Private
directory, if he wished.

Perhaps do something like this:
 # mkdir /home/.$USER
 # mount -o bind /home/$USER/.Private /home/.$USER

:-Dustin