On Mon, 2018-06-11 at 10:41 -0700, Samuel Sieb wrote:
> On 06/11/2018 03:57 AM, Patrick O'Callaghan wrote:
> > Slightly OT: if you have admin access to the NAS you might want to
> > consider using rsyncd (rsync daemon) on the server side. It's much more
> > efficient because it doesn't require rsync on your client machine to
> > read entire files over the network to check for changes. Rsync does
> > this in order to calculate deltas, but the effect is counterproductive
> > when it's doing it over NFS. Using rsyncd I've measured a 10x
> > improvement on my system (with rsnapshot, which is built on top of
> > rsync).
> 
> Or similarly, enable ssh on the NAS and do rsync over that.

Yes, much the same.

poc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/MLPZOQMBER7ZJCMW5UA4QZPQJBMDRE4Y/

Reply via email to