[Ma-linux] Re: [Novalug] Having problems copying data using cp over nfs
Rob Payne
rnspayne at the-paynes.com
Tue Jun 19 23:27:26 EDT 2007
On Tue, Jun 19, 2007 at 09:09:25PM -0400, Jay Hart wrote:
> > rsync --delete --archive /home/jhart/Maildir/
> > /mntpoint/email/home/jhart/Maildir
> Using this method, one of my accounts is now synced, the other still
> shows 3 files more on the backup then the original Maildir folder on
> the email server.
To find what files are different, this might help:
$ find /home/jhart/Maildir -print > /tmp/orig-files
$ find /mntpoint/email/home/jhart/Maildir -print > /tmp/backup-files
$ diff /tmp/orig-files /tmp/backup-files
> FreeNAS has a rsync daemon, should I be running that as a server
> based service for this to be really effective?
That's a matter for optimization. If command-line rsync is too slow,
or there are other features that you need that only rsyncd offers, go
with that. Otherwise, you probably need sshd for administration of
the box, so just use that.
-rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://calypso.tux.org/pipermail/ma-linux/attachments/20070619/eef501d4/attachment-0001.bin
More information about the Ma-linux
mailing list