Hmm.. I used a unicode character. Here's the non-unicode version: I followed the steps in this guide[1], then added the following lines to the "nanonote-plugged-in" script: ssh root@bennanonote "date -s $(date +%Y%m%d%H%M)" ssh root@bennanonote "/sbin/hwclock -w" scp -r root@bennanonote:/root/ /home/user_name/nn/ scp -r root@bennanonote:/etc/ /home/user_name/nn/
My additions just backup my Nanonote and set the date, but you can do practically anything. Note that this requires passwordless login. A bit tricky to set up, but well worth the effort. 1. http://en.qi-hardware/wiki/Ethernet_Over_USB under the "Making it Persistent" section. * Llu?s Batlle i Rossell ([email protected]) wrote: > A bit out of topic, and not answering your questions... > > but my 'mutt' somehow sorts your letters totally wrong in time. Funny that we > talk about synchronisation. :) > > On Tue, Jun 21, 2011 at 09:32:14PM -0700, [email protected] wrote: > > I followed the steps in this guide¹, then added the following lines to > > the "nanonote-plugged-in" script: > > ssh root@bennanonote "date -s $(date +%Y%m%d%H%M)" > > ssh root@bennanonote "/sbin/hwclock -w" > > scp -r root@bennanonote:/root/ /home/user_name/nn/ > > scp -r root@bennanonote:/etc/ /home/user_name/nn/ > > > > My additions just backup my Nanonote and set the date, but you can do > > practically anything. Note that this requires passwordless login. A bit > > tricky to set up, but well worth the effort. > > ¹http://en.qi-hardware/wiki/Ethernet_Over_USB under the "Making it > > Persistent" section. > > _______________________________________________ > Qi Hardware Discussion List > Mail to list (members only): [email protected] > Subscribe or Unsubscribe: > http://lists.en.qi-hardware.com/mailman/listinfo/discussion _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

