As far as I understand, Briefcase files are not regular files in your file system. These come from MySQL BLOB fields, and via software interpreted as a file. So, probably the answer for your question is no - you can not move them to NFS share, as they reside in database. You can move your database to other server, but this is another question and necessity or performance have to be looked carefully. |