[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

rsync: partial transfer (code 23)



Ich mache ein Backup meines Homedirectory auf einen anderen Rechner
und rufe

    rsync -avzHP --delete $HOME/ kai@$OTHERHOST:$BACKUPDIR/

auf.  Es scheint so zu sein, dass rsync fertig wird und anschließend
folgende Meldung produziert:

wrote 14274293 bytes  read 18908 bytes  91330.36 bytes/sec
total size is 5877620846  speedup is 411.22
rsync error: partial transfer (code 23) at main.c(578)
[status 23]

Versionsinformationen zu rsync:

12:34:31 lucy> rsync --version
rsync  version 2.5.6cvs  protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
              IPv6, 64-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.
13:28:57 lucy> apt-cache policy rsync
rsync:
  Installed: 2.5.5-0.1
  Candidate: 2.5.5-0.1
  Version Table:
 *** 2.5.5-0.1 0
        500 http://ftp.de.debian.org woody/main Packages
        100 /var/lib/dpkg/status

Versionsinformationen zu rsync auf dem Zielrechner ($OTHERHOST):

13:29:48 patty> rsync --version
rsync  version 2.5.6cvs  protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
              IPv6, 64-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.
13:29:53 patty> apt-cache policy rsync
rsync:
  Installed: 2.5.5-0.2
  Candidate: 2.5.5-0.2
  Version Table:
 *** 2.5.5-0.2 0
        500 http://ftp.de.debian.org sarge/main Packages
        100 /var/lib/dpkg/status

Irgendwelche Ideen?
-- 
A preposition is not a good thing to end a sentence with.



Reply to: