Re: rsync mechanics question

2007-05-10 Thread Izidor Jerebic
On 10.5.2007, at 2:16, Tom Riley wrote: I have 2 mounts on a single computer the production mount is 100gigs (/msgstore) and contains rough 17 million small files (email message store), and a newly created 500g ufs file system (/mnt) However, the curiosity comes in with my source data

Failed starting rsync daemon from a remote server(ssh)

2007-05-10 Thread wenjie zheng
Has anyone tried to start a rsync daemon from a remote server? I tried to execute the following command from a remote server A, but failed [EMAIL PROTECTED] ~]# ssh crcdev1 su virtual -c \/usr/local/fenbu/replication/bin/rsync -v --daemon --bwlimit=1000

Re: rsync mechanics question

2007-05-10 Thread Bob Bagwill
On Wed, 09 May 2007 15:18:38 -0400, Tom Riley [EMAIL PROTECTED] wrote: At present time, the destination volume is 2.5 times the size of the original volume. Have you tried the --sparse option? -- Bob Bagwill -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

RE: rsync mechanics question

2007-05-10 Thread Tom Riley
Thanks everyone for the assistance. The -H option was the missing element. The message store uses Hard links to save a single copy of a mass distributed email in a single location, and then hard links the file into each recipient mailbox. My rsync was literally copying each hard linked

Re: Failed starting rsync daemon from a remote server(ssh)

2007-05-10 Thread Matt McCutchen
On 5/10/07, wenjie zheng [EMAIL PROTECTED] wrote: Has anyone tried to start a rsync daemon from a remote server? I tried to execute the following command from a remote server A, but failed [EMAIL PROTECTED] ~]# ssh crcdev1 su virtual -c \/usr/local/fenbu/replication/bin/rsync -v --daemon