Experimente Uníssono .
Unison is a file-synchronization tool for Unix and Windows. It allows
two replicas of a collection of files and directories to be stored on
different hosts (or different disks on the same host), modified
separately, and then brought up to date by propagating the changes in
each replica to the other.
Ele permite que você especifique diretórios para sincronizar - estas serão as pastas que você deseja armazenar em cache. Você também pode controlar com precisão a direção da sincronização. Não será executado automaticamente quando você se conectar à unidade. Você precisará ativá-lo, dependendo da distro Linux que você executa e de como você se conecta à unidade remota. por exemplo, se você usar o comando mount , coloque-o em um script que chama uníssono após a montagem. Há um breve write-up de como usá-lo no site de documentação da comunidade Ubuntu.
O Unison é uma ferramenta de linha de comando que também possui uma interface gráfica com o mesmo nome. Se você está no Ubuntu, ambos os pacotes estão incluídos no universo, mas não instalados por padrão.
$sudo apt-get install unison unison-gtk
Também está disponível para o Mac através de portas (Fink, Macports etc).
Recursos:
* Unison runs on both Windows (95, 98, NT, 2k, and XP) and Unix
(OSX, Solaris, Linux, etc.) systems. Moreover, Unison works across
platforms, allowing you to synchronize a Windows laptop with a
Unix server, for example.
* Unlike a distributed filesystem, Unison is a user-level program:
there is no need to modify the kernel or to have superuser
privileges on either host.
* Unlike simple mirroring or backup utilities, Unison can deal with
updates to both replicas of a distributed directory structure.
Updates that do not conflict are propagated automatically.
Conflicting updates are detected and displayed.
* Unison works between any pair of machines connected to the
internet, communicating over either a direct socket link or
tunneling over an encrypted ssh connection. It is careful with
network bandwidth, and runs well over slow links such as PPP
connections. Transfers of small updates to large files are
optimized using a compression protocol similar to rsync.
* Unison has a clear and precise specification, described below.
* Unison is resilient to failure. It is careful to leave the
replicas and its own private structures in a sensible state at all
times, even in case of abnormal termination or communication
failures.
* Unison is free; full source code is available under the GNU Public
License.