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.