My desktop's hard-drive got corrupted, so I bought a DropBox a/c to work on all my files sync'ed online.
Example : I've copied all files in ~/www to ~/Dropbox/www and then symlinked it to my DropBox a/c. (ln -s ~/Dropbox/www www) So my localhost/username points to ~/Dropbox/www I'm doing this to all my folders - vhosts, Documents etc. I'm also doing this to my mysql databases - symlinking the /var/lib/mysql to ~/Dropbox/mysql
Will this slow down my PC ? Performance ? With Dropbox indexing the files every now and then ?