• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Daten synchronisieren

TomZ

Member
Hallo, ich hoffe ich bin hier richtig mir meiner Frage ;)

Ich hab ein grösseres und komplexes Projekt, an dem ich auf meheren Rechnern (hauptsächlich OpenSuse, aber auch Mac-Rechner) abwechselnd arbeiten muss. Nun ist der Datenbestand dieses Projekts mittlerweile ziemlich angewachsen und mag nicht immer den ganzen Verzeichnisbaum per USB-Stick durch die Gegend tragen. Das erste, was man dann immer als Lösung gesagt bekommt, ist SVN, aber damit komme ich nicht wirklich klar weil sich während dem Bearbeitungsprozess eben Dutzende von Dateien ändern und ich unmöglich den Überblick behalten kann, was sich da so alles geändert hat.

Deswegen meine Frage: Gibt es eine Lösung, mit der ich a) meine Daten zentral auf einen Server packen kann, dann die Date lokal bearbeite und anschliessend b) alle Änderungen im Verzeichnis-Baum automatisch mit der Version auf dem Server abgeglichen werden? Also so eine Art SVN nicht für einzelne Dateien, sondern ganze Verzeichnisse halt.

Ich hoffe, ich konnte mich klar ausdrücken ... :roll:
 

oc2pus

Ultimate Guru
DirSync
http://directorysync.sourceforge.net/index.html

ist java, sollte also auch auf dem MAC laufen, SuSE Pakete bei packman:
http://packman.links2linux.de/package/DirSyncPro

Code:
DirSync Pro (Directory Synchronize Pro) is a small, but powerful utility for file and folder synchronization. DirSync Pro can be used to synchronize the content of one or many folders recursively.

Using DirSync Pro you can make incremental backups. In this way you'll spare lots of time because you don't have to copy all the files each time you want to update your backup; only new/modified/larger files would be copied.

Use DirSync Pro to easily synchronize files from your desktop PC to your USB-stick (PDA, Notebook, ...). Use this USB-stick (PDA, Notebook, ...) to synchronize files to another desktop PC.

Unlike many other synchronization software, DirSync Pro is Open Source; it is 100% free of charge, 100% free of commercial text, 100% free of advertisements and 100% free of spyware. You can use it as long as you like, without any limitations in time or funcationality. You can freely distribute it according to GPL3.

DirSync Pro is programmed completely in platform independent Java™ so it can be run under nearly every modern operating system including Windows™, Linux™ and Macintosh™.

DirSync Pro has a user-friendly User Interface which helps you configure many options to your needs. You can use DirSync Pro also through the command line which makes it very flexible for running in batches.

ansonsten rsync via command-line :)
 
Oben