Thread rsync macht nicht das...: ... was es soll
(8 answers)
Opened by mordur at 2004-08-18 17:44
moins,
und zwar überträgt mein rsync immer die abzugleichende Datei komplett, statt nur des Unterschiedes. Dabei heisst es doch im README : rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. ich habe rsync 2.6.2 auf Suse Linux 7.3 und starte mit folgender Shell: rsync -avrz -e ssh /Tmp/meineDatei.txt user@remotehost:~/Tmp/meineDatei.txt wer hat Erfahrung mit rsync? Überträgt rsync immer komplette Dateien? Was gibts denn sonst so? bsdiff und xdelte hab ich schon probiert, eignen sich nicht so gut. |