Nur funktioniert das leider nicht. Es scheint ein Übertragungsproblem zu sein, denn wenn ich die Synchronisierung innerhalb des LANs versuche, dann funktionierts.
Hat der Ordner, der ich synchronisieren will z.B. ca. 3000 Files und total 1GB Daten, so beginnt er nichtmal Files zu schicken:
Code: Alles auswählen
databackup@quelle:~$ rsync -e 'ssh -i /home/databackup/.ssh/databackup-mirror.identity' -avz --delete /home/databackup/data ziel.dynalias.com:~/databackup
Warning: Permanently added the RSA host key for IP address 'xx.x.xxx.x' to the list of known hosts.
sending incremental file list
Read from remote host ziel.dynalias.com: Connection timed out
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(635) [sender=3.0.3]
Code: Alles auswählen
databackup@quelle:~$ rsync -e 'ssh -i /home/databackup/.ssh/databackup-mirror.identity' -avz --delete /home/databackup/data/ ziel.dynalias.com:~/databackup
Warning: Permanently added the RSA host key for IP address 'xx.x.xxx.x' to the list of known hosts.
sending incremental file list
created directory /home/databackup/data
./
P15-001.zip
P15-002.zip
Read from remote host ziel.dynalias.com: Connection timed out
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (50 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(635) [sender=3.0.3]
Hat jemand eine Idee, wie ich da eine stabile, zuverlässige synchronisierung hinbringe?