This looks like it should work, but does not? HOME1 and BOX48 are NFS servers mounted on box10 but the data does not get transferred from HOME1 [box8] to BOX48.

[bobg@box10 ~]$ rsync -avz /mnt/HOME1/notecase/notecase/STUFF.ncd /mnt/BOX48/notecase/STUFF.ncd
It just reports:

sending incremental file list
STUFF.ncd

sent 539506 bytes  received 31 bytes  359691.33 bytes/sec
total size is 1196229  speedup is 2.22

However after saving the file to a new directory on box10 I can then rsync from that into the second server box48 despite the error message about some files/attrs.

[bobg@box10 ~]$ rsync -avz /mnt/HOME1/notecase/notecase/STUFF.ncd /home/bobg/NOTES/

[bobg@box10 ~]$ rsync -avz /home/bobg/NOTES/STUFF.ncd /mnt/BOX48/notecase/STUFF.ncd
sending incremental file list
STUFF.ncd
rsync: chgrp "/mnt/BOX48/notecase/.STUFF.ncd.kBIUjd" failed: Operation not permitted (1)

sent 539834 bytes  received 31 bytes  359910.00 bytes/sec
total size is 1196982  speedup is 2.22
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]

Can anyone tell me what I am doing wrong?

Bob
.

--

http://www.qrz.com/db/W2BOD

box10   Fedora-18 XFCE Linux

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to