2010-05 mėnesio arcyvas
Sync skype history with dropbox
Autorius: Darius Matulionis Kategorija: Internetas, Linux, Programavimas, Tricks Data: 2010-05-26

WINDOWS 7:
1. Close Skype.
2. Make a backup of skype history. Copy folder C:\Users\YourAcountName\AppData\Roaming\Skype\YourSkypeName\ for example to your desktop.
3. Move C:\Users\YourAcountName\AppData\Roaming\Skype\YourSkypeName\ to C:\Users\YourAcountName\Documents\My Dropbox\Private\Skype\
4. Open CMD and make a directory symbolic link
mklink /D "C:\Users\YourAcountName\AppData\Roaming\Skype\YourSkypeName" "C:\Users\YourAcountName\Documents\My Dropbox\Private\Skype\YourSkypeName"
5. Run SKYPE
LINUX:
1. Close Skype
2. Move the “main” Skype chat history files to the Dropbox directory:
mv ~/Library/Application\ Support/Skype ~/Dropbox/
3. Create a symlink from the original folder to the Dropbox folder:
ln -s ~/Dropbox/Skype/ ~/Library/Application\ Support/Skype
4. On your secondary machines, remove the /Library/Application\ Support/Skype folder, and just insert the symlink:
ln -s ~/Dropbox/Skype/ ~/Library/Application\ Support/Skype
5. Run skype ![]()
- SKAITAU / DRAUGAI
- TAGS
-