> I'd love to hear about how other people are currently doing this. I use unison for this task. This is the script I use (modified only slightly)
#!/bin/bash UNISON="unison -ui text -batch" $UNISON sleep 1 open -a mnemosyne -W $UNISON I sync up to a remote server (and it is the default profile I am calling above). Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
