<div dir="ltr"><div class="gmail_extra"><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I seem to see the "unexpected EOF while looking for matching" error with really large cmu files for user accounts. </div><div class="gmail_extra">The easy solution is to let the cmu complete and disregard the error. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Then either untar those files manually: tar xzvpf  userfile.tar.gz</div><div class="gmail_extra">Or, then rsync those user's files from the old server users account to the new server. </div><div class="gmail_extra"><br></div><div class="gmail_extra">The command is something like</div><div class="gmail_extra">rsync -rlptoDH  --delete  --progress  ~someusername/  root\@some.oldserver.com:~someusername/ </div></div></div><div class="gmail_extra"><br></div></div>