Archive

Posts Tagged ‘rsync’

Keeping directories in sync with unison

May 9th, 2009 3 comments

As opposed to rsync, unison is a two way file synchronizer. Similar to MySQL’s master to master replication. To set it up in Ubuntu (Intrepid) keep on reading…

Read more…

Categories: mysql, php, server, sync, Uncategorized Tags: , , ,

How to exchange ssh keys for passwordless login

April 23rd, 2009 1 comment

As I’m always using ssh, copying or rsyncing files between all my servers I find it very annoying to always have to type in my login password. To avoid that, I exchanged my ssh keys so that all the authentication is done through those keys. To achieve that simply:

Read more…