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
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
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
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
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
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)
- 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
?
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,
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
> 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
10 matches
Mail list logo