This site is currently on indefinite hiatus. For fresh, new Linux & productivity content, head on over to nathanrhale.com/linux/ and subscribe to the Linux-only feed.

Uncategorized

Keep Your Files in Sync with Unison

April 7th, 2008 | 3 Comments

So, I switch computers a lot. One minute I’m on my desktop, the next I’m kicking it with my Eee PC. Some times I’m on my University campus and I use one of their machines. But I like to have all my documents with me at all times. So, I keep a copy of my documents folder on my 2 GB DataTraveler from Kingston .

I recently discovered a fantastic tool called Unison that works from the command line or with a GTK interface that allows me to sync my files between my desktop and my usb drive. If I delete a file in one place, it gets deleted in the other…if I work on a file, the newest version is synced when I run the program. You can even sync over ssh! It’s a nice little tool that’s really keeping me from having a lot headaches. Plus it allows to me keep a very up-to-date backup of some of my most important files.

Installation on Ubuntu is as easy as sudo apt-get install unison

If you’re looking a quick, easy, and functional solution to keep files in multiple locations in sync, check out Unison.

Unison Homepage

Share and Enjoy:
  • Digg
  • del.icio.us
  • Furl
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis
  • YahooMyWeb

3 Responses to “Keep Your Files in Sync with Unison”

  1. Does anyone know of such app that can sync a folder with my ftp-server instead of a usb stick?

  2. I don’t know about syncing over ftp, but if you can ssh into the server than Unison could handle that.

  3. Too bad I don’t have ssh acces to my ftp-server :P