Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Syncing Tomboy notes to multiple locations

  1. #1
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Syncing Tomboy notes to multiple locations

    Is there a way to sync Tomboy notes to multiple locations? I would like to be able to sync them to my UbuntuOne account and at the same time to my local NFS server, but from the looks of it Tomboy only lets you choose one location for syncing. Maybe there's a workaround for this or something?
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  2. #2
    Join Date
    Sep 2008
    Location
    LA (i.e., Lower Alabama)
    Beans
    204
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Syncing Tomboy notes to multiple locations


  3. #3
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Re: Syncing Tomboy notes to multiple locations

    Quote Originally Posted by gldearman View Post
    No, I already know how to set that up. Thanks though.
    I want to be able to configure two syncing locations.
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  4. #4
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: Syncing Tomboy notes to multiple locations

    The Tomboy notes are just in a folder. There are several ways to sync them, including rsync. I sync mine to Dropbox. You can tell Tomboy where to put its files, and sync that folder to anything. I think a cron job using rsync would work for syncing to your nfs server.
    Asus EEE 900 with Linux Mint Debian Edition
    Linux user 497460

  5. #5
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Re: Syncing Tomboy notes to multiple locations

    Quote Originally Posted by sgosnell View Post
    The Tomboy notes are just in a folder. There are several ways to sync them, including rsync. I sync mine to Dropbox. You can tell Tomboy where to put its files, and sync that folder to anything. I think a cron job using rsync would work for syncing to your nfs server.
    That probably would work, however I have multiple computers that sync to the NFS server and rsync can be dangerous in that situation. But that does give me an idea. Maybe Unison can be used instead of rsync.
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Syncing Tomboy notes to multiple locations

    I like zim for notes. You can set up zim on one machine and then run it on remote machines and multiple instances across several machines and it seems to work fine. Updates to individual notes automagically get propagated to all instances of zim running on client machines.

    ssh user@remotemachine zim &

    It's easy to create a launcher on your desktop that runs the above command. You can also add it to your bootup script.

    To install:

    sudo apt-get install zim
    Last edited by tgalati4; September 4th, 2010 at 04:13 AM.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: Syncing Tomboy notes to multiple locations

    If you want to sync your Tomboy notes to multiple computers, the easiest thing is to use something like Dropbox. I do that to sync mine. I also use Dropbox to sync files to multiple computers, including Windows boxes. UbuntuOne might do that automatically, but I've never used it. I need to sync to Windows computers, so Dropbox works for me. I even get my Tomboy notes on the Windows computers, for what it's worth. If UbuntuOne syncs to multiple computers, just put your Tomboy notes there and you should get what you need.
    Asus EEE 900 with Linux Mint Debian Edition
    Linux user 497460

  8. #8
    Join Date
    Oct 2006
    Beans
    4,628
    Distro
    Kubuntu 18.10 Cosmic Cuttlefish

    Re: Syncing Tomboy notes to multiple locations

    Quote Originally Posted by sgosnell View Post
    If you want to sync your Tomboy notes to multiple computers, the easiest thing is to use something like Dropbox. I do that to sync mine. I also use Dropbox to sync files to multiple computers, including Windows boxes. UbuntuOne might do that automatically, but I've never used it. I need to sync to Windows computers, so Dropbox works for me. I even get my Tomboy notes on the Windows computers, for what it's worth. If UbuntuOne syncs to multiple computers, just put your Tomboy notes there and you should get what you need.
    I want to use UbuntuOne, but I also still want to have them synced locally. Basically I want some redundancy. Say for whatever reason I can't sync to UbuntuOne. (UbuntuOne down, my connection down, etc.) and I needed to sync my notes, well I'd pretty much be out of luck. The way I have it now I could still sync them without an internet connection since it's a local server on my network.
    Blog | Ubuntu User #15350 | Zsh FTW | Ubuntu Security | Nothing to hide?
    AMD Phenom II X6 1075T @ 3GHz, Nvidia GTX 650, 8GB DDR3 RAM, 1 X 1TB, 2 X 3TB HDD
    Please don't request support via PM


  9. #9
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: Syncing Tomboy notes to multiple locations

    If you sync to UbuntuOne, it puts the files on your local machine(s), so you have the redundancy. But if you want more, there are ways to do it.
    Asus EEE 900 with Linux Mint Debian Edition
    Linux user 497460

  10. #10
    Join Date
    Jul 2007
    Beans
    186

    Re: Syncing Tomboy notes to multiple locations

    sgosnell, can you provide some detail about how to do this?

    AFAIK, on both Ubuntu and Windows PCs you somehow have to get Tomboy to store its files in the Dropbox folder. The user interface for Tomboy does not provide for configuration of the storage location. There's currently nothing in ~/.config/tomboy that explicitly sets the storage location. I find the notes files in ~/.local/share/tomboy. A symlink from here to the Dropbox folder might work in Linux, but Windows has no symlinks.

    How did you do it?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •