Re: rsync between NFS servers -

2013-03-13 Thread Bob Goodwin - Zuni, Virginia, USA
On 13/03/13 12:54, Rick Stevens wrote: On 03/13/2013 09:45 AM, Bob Goodwin - Zuni, Virginia, USA issued this missive: On 13/03/13 10:46, Tom Horsley wrote: Well, the best thing to do is not get NFS involved at all, do the rsync directly between the machines hosting the different directories.

Re: rsync between NFS servers -

2013-03-13 Thread Rick Stevens
On 03/13/2013 09:45 AM, Bob Goodwin - Zuni, Virginia, USA issued this missive: On 13/03/13 10:46, Tom Horsley wrote: Well, the best thing to do is not get NFS involved at all, do the rsync directly between the machines hosting the different directories. I concur. NFS puts certain restrictions

Re: rsync between NFS servers -

2013-03-13 Thread Bob Goodwin - Zuni, Virginia, USA
On 13/03/13 10:46, Tom Horsley wrote: Well, the best thing to do is not get NFS involved at all, do the rsync directly between the machines hosting the different directories. Those servers don't normally have keyboards or displays. I can always deal with that but don't want to do it often. Wh

Re: rsync between NFS servers -

2013-03-13 Thread Bob Goodwin - Zuni, Virginia, USA
On 13/03/13 10:46, Tom Horsley wrote: On Wed, 13 Mar 2013 10:34:20 -0400 Bob Goodwin - Zuni, Virginia, USA wrote: Then what should I do, drop the "a", just -vz? Well, the best thing to do is not get NFS involved at all, do the rsync directly between the machines hosting the different directori

Re: rsync between NFS servers -

2013-03-13 Thread Tom Horsley
On Wed, 13 Mar 2013 10:34:20 -0400 Bob Goodwin - Zuni, Virginia, USA wrote: > Then what should I do, drop the "a", just -vz? Well, the best thing to do is not get NFS involved at all, do the rsync directly between the machines hosting the different directories. -- users mailing list users@lists.

Re: rsync between NFS servers -

2013-03-13 Thread Bob Goodwin - Zuni, Virginia, USA
On 13/03/13 10:26, Reindl Harald wrote: Am 13.03.2013 15:23, schrieb Bob Goodwin - Zuni: [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 permi

Re: rsync between NFS servers -

2013-03-13 Thread Reindl Harald
Am 13.03.2013 15:23, schrieb Bob Goodwin - Zuni: > [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 byte

rsync between NFS servers -

2013-03-13 Thread Bob Goodwin - Zuni, Virginia, USA
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 increme