permissions changed by rsync over nfs?

2011-03-21 Thread Morgan Read
Hello wonderful rsync I have a little problem... I sync a file system with this command: rsync -avzAXH --filter="-r *.jpg *.opml *.opml.backup *.m3u" --delete-after --exclude=MP3s /home/Music/ /misc/bigdisk.mythtv.lan/Music /misc/bigdisk.mythtv.lan is an nfs mount mounted by autofs. In /etc/auto

Re: Rsync over NFS mount sending whole files

2005-10-28 Thread Paul Slootman
On Fri 28 Oct 2005, Anban Mestry wrote: > Amazing. Connecting to the NFS server directly instead of through a > mount results in much better transfers. Thank you. It looks like just > the updated portions of the files are zoomed across. That is the case... > A dumb question, but why? Does the rs

Re: Rsync over NFS mount sending whole files

2005-10-28 Thread Anban Mestry
Amazing. Connecting to the NFS server directly instead of through a mount results in much better transfers. Thank you. It looks like just the updated portions of the files are zoomed across. A dumb question, but why? Does the rsync daemon on the server side have anything to do with this? Or does t

Re: Rsync over NFS mount sending whole files

2005-10-27 Thread Wayne Davison
On Thu, Oct 27, 2005 at 07:27:09PM +0200, Anban Mestry wrote: > rsync -avtz --no-whole-file \test1\ \mnt\test2\ You don't want to do that, because --no-whole-file optimizes rsync's socket I/O at the expense of disk I/O, which means that you're making things less efficient when the "connection" bet

Re: Rsync over NFS mount sending whole files

2005-10-27 Thread Eberhard Moenkeberg
Hi, On Thu, 27 Oct 2005, Anban Mestry wrote: I'm not sure if anyone has experienced this, and I have searched for it online, with no conclusive, err.. conclusions. Basically, when rsyncing two \test1(local) and \mnt\test2\ (NFS mount) it seems that when using rsync with --no-whole-file entire

Rsync over NFS mount sending whole files

2005-10-27 Thread Anban Mestry
Hey all, I'm not sure if anyone has experienced this, and I have searched for it online, with no conclusive, err.. conclusions. Basically, when rsyncing two \test1(local) and \mnt\test2\ (NFS mount) it seems that when using rsync with --no-whole-file entire files (instead of just updated blocks)

FWD: RE: rsync over nfs

2003-03-18 Thread jw schultz
- Forwarded message from "Al-Abdulhadi, Bashar" <[EMAIL PROTECTED]> - Thank you very much, works just fine now with -av :) -Original Message- From: jw schultz [mailto:[EMAIL PROTECTED] Sent: Tue, March 18, 2003 11:48 AM To: Al-Abdulhadi, Bashar Subject: Re

RE: rsync over nfs

2003-03-17 Thread Al-Abdulhadi, Bashar
? Bashar AlAbdulhadi (KBM) E&D UNIX System Support Team (SUN) IT Department, Kuwait Oil Company [EMAIL PROTECTED] +965-3989111 x71288 -Original Message- From: jw schultz [mailto:[EMAIL PROTECTED] Sent: Tue, March 18, 2003 8:39 AM To: [EMAIL PROTECTED] Subject: Re: rsync over nfs On Tue,

Re: rsync over nfs

2003-03-17 Thread jw schultz
On Tue, Mar 18, 2003 at 08:16:13AM +0300, Al-Abdulhadi, Bashar wrote: > I have rsync process which is a crontab job: > 0 0-23 * * * /bin/rsync -rvg /net/server1/local/filesys1/userhomedir/project_dir > /local/filesys1/userhomedir/project_dir > which sync the user project dir on localsystem f

rsync over nfs

2003-03-17 Thread Al-Abdulhadi, Bashar
> Hello, > I have rsync process which is a crontab job: > 0 0-23 * * * /bin/rsync -rvg /net/server1/local/filesys1/userhomedir/project_dir > /local/filesys1/userhomedir/project_dir > which sync the user project dir on localsystem from another machine called server1 > via nfs, but the weird