Tomboy`s Synchronization [Ru and En]

stleon
  12 years ago
  5

 English version

Hi2all, today I tell you a few words about Tomboy synchronization(more specifically how I did it). Do not become standard, it is possible to synchronize a local folder (on your area). This requires resources, so did its own way:

First we go to .local / share directory and copy the "tomboy" in Dropbox. Next, delete the original, and then create a symbolic link to the copied folder in Dropbox. Thus, all notes will be automatically updated and backup, without specifying any additional options and services.

cd .local/share
cp -a tomboy /home/USERNAME/Dropbox/tomboy
rm -r tomboy
ln -s /home/USERNAME/Dropbox/tomboy tomboy
file tomboy

Русская версия

Всем привет, сегодня я расскажу Вам о том, как настроить синхронизацию в Tomboy(в основном, как я это сделал). Не стал делать по стандарту, то есть можно было синхронизировать в локальную папку(по настройкам). А это требует ресурсов, поэтому сделал по-своему:

Сначала идем в .local/share и копируем директорию "tomboy" в Dropbox. Далее удаляем оригинал, а затем создаем символьную ссылку на скопированную директорию в Dropbox. Таким образом, все заметки будут автоматически обновляться и бекапиться, без задания всяких дополнительных параметров и служб.

cd .local/share
cp -a tomboy /home/USERNAME/Dropbox/tomboy
rm -r tomboy
ln -s /home/USERNAME/Dropbox/tomboy tomboy
file tomboy

Screenshot/Скриншот:

Image

Comments
kazztan0325 12 years ago

If we install 'Ubuntu One' and make account of it, then we can synchronize Tomboy's Notes with 'Ubuntu One'.

But this way doesn't need 'Ubuntu One' and its account, however it needs Dropbox account.
I think it is interesting and it was ingenious of @stleon to find another way to synchronize Tomboy's Notes.