I am trying to secure my Dropbox account by using EncFS. My strategy is as follows:
- I store all my files in a folder called
~/Public/. - The encrypted counterpart of
~/Public/is~/Private/. - Use EncFS:
encfs ~/Private/ ~/Public/
Now the problem is that I'd like to use Dropbox for backing up my dotfiles as well. So I tried symlinking ~/.rc/ (the folder containing my dotfiles) into ~/Public. But EncFS seems to treat the symlink as a file and it shows up in ~/Private as 0 byte file. Any way I can get EncFS to follow symlinks?
