Unsecured Boundaries
Pages :: Home - Papers - Contact - Bookmarks -
Tags ::All - Australie - Kernel - Linux - Misc - Ruby - Ssh -

Unison, keep data in sync


Unison is an opensource file-synchronization tool for Unix and Windows written in CAML. Unlike rsync, it is able to propagate changes in both directions when synchronizing between two machines. I use it to keep my two laptops and my Desktop synchronized. Unison works both locally and remotely. SSH can be used to securely synchronize from anywhere to anywhere.

SSH options can be passed using the -sshargs option, eg:

unison folder1 ssh://machine/folder2 -sshargs '-port 2222'

Symlinks can be followed, and it makes things even easier : you can simply create a ‘sync’ folder in your home directory, containing symlinks to the data you want to keep in sync. I like to use it for config files such as .vimrc, .emacs.


Recent updates

Bookmarks

(Last edited on Fri Sep 30, 2011) – tagged in (no tags)

Read…

Thinkpad x60s : passer en SXGA+ :)[fr]

(Last edited on Thu Sep 29, 2011) – tagged in (no tags)

Read…

Boot

(Last edited on Thu Sep 01, 2011) – tagged in Linux,misc

Read…

Home

(Last edited on Thu Sep 01, 2011) – tagged in (no tags)

Read…

Code and content available in this website is published under the terms of the GPL licence unless mentioned overwise.