In and of itself, no, it won't. You need to tell mnemosyne where your new folder structure is with the "-d" command line argument.
I do this same thing (have my .mnemosyne folder in a Dropbox), and I have a batch file which I run shown below. You would of course change the directory names as you need. And also of course, this is on windows; on unix everything would be slightly different (although with symlinks, considerably less pain-in-the-ass'ish.) REM =========== beginning of batch file ====================== @echo off cd "C:\Dropbox\My Dropbox" "C:\Program Files (x86)\Mnemosyne\mnemosyne.exe" -d "C:\Dropbox\My Dropbox\.mnemosyne" REM =========== end of batch file ====================== On Sun, Jan 2, 2011 at 7:58 AM, William Day-Brosnan < [email protected]> wrote: > Hi > > Thanks for the responses everyone. Just one final query, if I copy > the .mnemosyne directory into dropbox (acting as both backup and > sync). Will mnemosyne, the program, recognize its changed location on > both computers? Will mnemosyne still be able to read and use the > required data, now that the directory has changed location? > > Once again, thanks for your responses. Up till now I have just copied > the .mem file but clearly it doesn't contain all the required history/ > memory data etc. > > Thanks > > Will > > > > On Jan 2, 8:24 am, unpeulent <[email protected]> wrote: > > Hello William, > > > > Furthermore, the .mem file won't be enough to get nice statistics (in > > Mnemosyne 2.0, I mean). > > Like you, at the beginning, I was backing up only the .mem file (Cf. > http://groups.google.com/group/mnemosyne-proj-devel/browse_thread/thr...), > > and had wrong/incomplete statistics. > > Because Mnemosyne uses .mnemosyne/history for that. > > > > Now I backup the whole .mnemosyne directory, and have no problem > > (except a few holes in my statistics, certainly caused by my > > incomplete first backups). > > > > Michaƫl > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<mnemosyne-proj-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/mnemosyne-proj-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
