<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hallo<br>
    <br>
    Ich möchte mein bfh-home mit meinem privaten Laptop synchronisiert
    haben. Normalerweise mache ich dies mit Unison - unison ist jedoch
    nicht auf dem "linux-desktop" installiert. Darum mach ich das bis
    jetzt so:<br>
    <br>
    *************************<br>
    <pre wrap="">#! /bin/bash

# create mount point and mount fs
mkdir tmp
sshfs <a class="moz-txt-link-abbreviated" href="mailto:aop2@linux-desktop.bfh.ch:bfh">aop2@linux-desktop.bfh.ch:folder</a> tmp

# sync
unison-gtk BFH
sync

fusermount -u tmp
rm -r tmp
</pre>
    *************************<br>
    <br>
    Weiss jemand eine elegantere Methode? Wie synchronisiert Ihr die
    Rechner- Arbeit/ privat?<br>
    <br>
    Liebe Gruess<br>
    Pädu<br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <small>
        Bern Universitiy of Applied Sciences <br>
        Engineering and Information Technology - OptoLab <br>
        Patrik Arnold <br>
        Dozent Tenure Track <br>
        _________________________________________________________
        <br>
        <br>
        Quellgasse 21, CH-2501 Biel / Bienne <br>
        <a href="mailto:patrik.arnold@bfh.ch"> patrik.arnold@bfh.ch</a>
        <br>
        <a href="www.bfh.ch">www.bfh.ch</a> <br>
        <br>
        <a href="www.optolab.ti.bfh.ch">www.optolab.ti.bfh.ch</a> <br>
        <small>
        </small></small></div>
  </body>
</html>