Wie mit Daten synchron bleiben!?

C

Chomsky

Neues Mitglied
Thread Starter
Dabei seit
20.11.2002
Beiträge
14
Reaktionspunkte
0
Hallo zusammen,

Ich habe einen Mac (iBook G3@800MHz, OS 10.3) und einen Linux-PC (Debian, KDE). Ich benutze beide zum Arbeiten und dadurch entsteht das Problem, dass die Daten mit denen ich arbeite synchron sein sollten.

Ich benutzte seit einem halben Jahr rsync (http://rsync.samba.org) mit dem ich meine Daten (Dokumente) synchron halte. Leider ist das Aufräumen ein Problem, da die Daten immer nur kopiert werden -- das Löschen von Daten wird einfach vergessen.

Jetzt wollte ich mal wissen, wie ihr (jene unter euch, die einen Mac und einen UNIX-PC haben) das macht!?

* wie haltet ihr eure Daten synchron?
* was macht ihr mit Mails, Adressen, Kalendern, Lesezeichen?
* ...?

Danke für eure Antworten!

Gruß
Chomsky
 
Hi

Für rsync gibt es eine "delete"-Option

--delete
This tells rsync to delete any files on the receiving side that
aren't on the sending side. Files that are excluded from
transfer are excluded from being deleted unless you use
--delete-excluded.

This option has no effect if directory recursion is not
selected.

This option can be dangerous if used incorrectly! It is a very
good idea to run first using the dry run option (-n) to see what
files would be deleted to make sure important files aren't
listed.

If the sending side detects any IO errors then the deletion of
any files at the destination will be automatically disabled.
This is to prevent temporary filesystem failures (such as NFS
errors) on the sending side causing a massive deletion of files
on the destination. You can override this with the --ignore-
errors option.

Eine andere Alternative wäre z.B. psync, psync löscht auch

psync -d /Volumes/linuxvolume/daten /User/Du/Documents/daten

dies setzt aber voraus, das du das linux-Volume gemountet hast.


Wenn es gemountet ist, geht auch sync (erhältich bei versiontracker).

Noch komfortabler ist Synchronize X Pro, das kostet allerdings eine Kleinigkeit

HTH

W
 
Hallo,

Danke für die Antwort.
Eine andere Alternative wäre z.B. psync, psync löscht auch
...
dies setzt aber voraus, das du das linux-Volume gemountet hast.
Das wollte ich eingentlich nicht

die 'delete' Funktion ist mir bekannt. Leider kann rsync aber nicht entscheiden, ob Dateien neu oder gelöcht sind, wenn das nur auf einem System statt findet. :-(

Gruß
Chomsky
 
Zurück
Oben Unten