Hi,
ich sync jetzt meinen Client(Debian) auf meinen Server(FreeBSD), aber
ich bekomme beim rsync eine Fehlermeldung:
---cut---
IO error encountered - skipping file deletion
---cut---
Aufrufen von rsync erfolgt folgendermassen:
---cut---
#!/bin/sh
RSYNCOPT="-vaze ssh --delete --numeric-ids --stats --progress"
rsync $RSYNCOPT /home/idefix server:/usr/home/storage/backup
---cut---
Was mache ich den da falsch?
-- Gruss Matthias To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 15 Dec 2002 - 22:12:29 CET