First thing that comes to mind: use scp
. For simple copy operations the syntax is the same.
rsyncing - Prüfsummen werden ignoriert
Leider ist es von entscheidender Bedeutung, eine ganze Reihe von Daten über Zeit hinweg zu kopieren. Ich würde gerne rsync
alle Daten in eine Richtung machen, so ziemlich rsync
alles, was auf dem Zielserver vorbei ist. Gibt es eine Möglichkeit, dies zu tun rsync
und sagen Sie einfach "alle Dateien überschreiben"
Gibt es einen besseren Weg, dies zu tun? Wir sprechen von 500 GB an Daten, die nur in eine Richtung gehen müssen.
4 Antworten auf die Frage
- Beliebte
- Neu
- Mit Kommentaren
- Aktiv
Checksums are not used by rsync by default - they have to be enabled with the -c
flag. From the manpage:
-c, --checksum
This changes the way rsync checks if the files have been changed and are in need of a transfer. Without this option, rsync uses a “quick check” that (by default) checks if each file's size and time of last modification match between the sender and receiver.
I don't think the quick, non-checksum calculation will be your limiting factor.
First thing that came to my mind: erase whatever is in the destination folder before rsync
.
I use the -W
option with rsync for this purpose. I haven't fully tested so this may not do what I think it does. You might also use the -I
option to enforce clobbering. From the manpage:
-W, --whole-file copy files whole (w/o delta-xfer algorithm) -I, --ignore-times don't skip files that match size and time
Verwandte Probleme
-
9
Was ist der Unterschied zwischen den Befehlen "su -s" und "sudo -s"?
-
4
Gutes freies Ubuntu Server-VMWare-Image benötigt
-
4
Was sind die Unterschiede zwischen den großen Linux-Distributionen? Werde ich es merken
-
2
Begrenzung der CPU-Auslastung für Flash in Firefox?
-
2
Wie kann ich mein Mikrofon unter Debian GNOME zum Laufen bringen?
-
2
Conky-Setups - Beispiele / Ideen?
-
3
Was sind die Unterschiede zwischen Linux Window Managern?
-
2
ThunderBird / Lichtsynchronisation mit SE k770i
-
4
Linux-Dateisystem
-
6
Vollbild-Flash langsam in KDE 4