What is the best way to keep knode in sync if one uses various laptops and desktops? I used to share .kde/share/apps/knode/ under NFS but have found this unsatisfactory as I become more mobile ...
On Thursday 29 January 2009 22:28:05 Timothy Murphy wrote:
Kevin Kofler wrote:
What is the best way to keep knode in sync if one uses various laptops and desktops?
rsync?
I thought of that, but decided it was beyond my ability ...
grsync is a nice GUI for rsync.. makes it much more "user friendly"
Colin
Timothy Murphy <gayleard@...> writes:
Kevin Kofler wrote:
What is the best way to keep knode in sync if one uses various laptops and desktops?
rsync?
I thought of that, but decided it was beyond my ability ... Is there any way of running a script before knode starts and after it ends?
Try the following to sync from a remote host to your local:
rsync -az remotehost:.kde/share/config/knoderc $HOME/.kde/share/config rsync -az remotehost:.kde/share/apps/knode $HOME/.kde/share/apps
Obviously, switch the "remotehost:" part around for local -> remote. If your keys are added to your ssh-agent on login, it becomes easy enough to stick into a script an run automatically.