manuels Advocate
Joined: 22 Nov 2003 Posts: 2146 Location: Europe
|
Posted: Tue May 08, 2007 12:58 pm Post subject: rsync will nicht [solved] |
|
|
Moin zusammen,
ich habe auf /mnt/ziv mit sshfs ein Verzeichnis im Rechenzentrum auf meinem Laptop gemountet.
Nun will ich mit rsync das Verzeichnis updaten:
Code: | rsync -zrv --update --progress --delete --exclude .svn ~/Programmierung/Ecli
pse-Workspace/ZIVwwuben\ v2.0/ /mnt/ziv/sync/wwuben2/
building file list ...
244 files to consider
.settings/org.eclipse.core.resources.prefs
94 100% 0.00kB/s 0:00:00 (xfer#1, to-check=238/244)
dbi/daofactory2.php
8212 100% 243.02kB/s 0:00:00 (xfer#2, to-check=229/244)
functions/login.php
1160 100% 16.91kB/s 0:00:00 (xfer#3, to-check=219/244)
gui/form.php
2594 100% 25.59kB/s 0:00:00 (xfer#4, to-check=216/244)
rsync: rename "/mnt/ziv/sync/wwuben2/.settings/.org.eclipse.core.resources.prefs.2TaFDq" -> ".settings/org.eclipse.core.resources.prefs": Operation not permitted (1)
rsync: rename "/mnt/ziv/sync/wwuben2/dbi/.daofactory2.php.0dUWmS" -> "dbi/daofactory2.php": Operation not permitted (1)
rsync: rename "/mnt/ziv/sync/wwuben2/functions/.login.php.wvoWxl" -> "functions/login.php": Operation not permitted (1)
rsync: rename "/mnt/ziv/sync/wwuben2/gui/.form.php.By6dEP" -> "gui/form.php": Operation not permitted (1)
sent 9558 bytes received 108 bytes 920.57 bytes/sec
total size is 1475360 speedup is 152.63
rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9]
|
Die Dateien in /mnt/ziv gehören aber mit: Code: | #ls -l
...
-rw-r----- 1 manuel bin 31458 Jan 9 18:36 wwuben.inc.07-Dec-2004
...
|
Hat wer von euch ne Idee? _________________ Build your own live cd with catalyst 2.0!
Last edited by manuels on Tue May 08, 2007 6:40 pm; edited 1 time in total |
|