Get Pidgin Logs From Other Directory

Posted by silent on Super User See other posts from Super User or by silent
Published on 2011-02-23T03:21:03Z Indexed on 2011/02/23 7:27 UTC
Read the original article Hit count: 499

Filed under:
|
|
|

I'm using pidgin on both, windows and linux on several pc. To sync my log, I use dropbox. For linux, it's easy. Just a matter of symlink. However, I don't know how to sync it on windows, without manual copy-paste once I'm done on windows.

So, is there any solution to my problem? pidgin plugin, maybe?

Update

As MarkM's answer, I did this to solve my problem:

  • backup and delete current log (it's located at C:\Users\{your user name}\Roaming\.purple\logs)
  • mklink /D "C:\Users\{your user name}\Roaming\.purple\logs" "E:\My Dropbox\somepath\purplelogs"
    • "C:\Users\{your user name}\Roaming\.purple\logs" is where you want your symlink at
    • "E:\My Dropbox\somepath\purplelogs" is there you have your dropboxed logs.

© Super User or respective owner

Related posts about Windows

Related posts about linux