<div dir="ltr">Hi Roland.<div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div>On Thu, Mar 6, 2014 at 4:45 PM,  <span dir="ltr"><<a href="mailto:devzero@web.de" target="_blank">devzero@web.de</a>></span> wrote:<br>
</div></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I cannot really follow how your setup works, can you perhaps describe it a little bit better?<br>
</blockquote><div>I've tried to keep it as simple as possible considering...</div><div><br></div><div>Various remote hosts(running rsync daemon)</div><div>-></div><div>HOST A(rsync pull / backup-dir=NFS host)</div>
<div>----></div><div>HOST B(NFS export for backup-dir)</div><div>----></div><div>When HOST A is done pulling the data from the various hosts a second script starts and rsync's(push) to HOST C. Every other time HOST C grabs a fresh copy directly from the remote hosts. Of course, this part is never automatically achieved since I'm never around to key "waking" the system from the console. So every time I walk by I hit a key and it keeps going.</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
please provide the command which works and which not.<br></blockquote><div>hangs with: -avS --exclude-from=exclude.rsync --delete --backup --backup-dir=/path/to/nfs on HOST B/date +today's date</div><div><br></div><div>
does not hang with: -avS --exclude-from=exclude.rsync --delete --backup --backup-dir=/path/to/local/date +today's date fs on HOST A</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
<br>
so - resuming from hang is all about keypress?<br></blockquote><div>Yes. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
that sounds like an interrupt issue,i guess its no rsync problem but it`s only being triggered by rsync.<br></blockquote><div>My assumption is also that it's likely not directly related to rsync. I was thinking more NFS though. </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
keep an eye on /proc/interrupts.<br></blockquote><div>Interesting. Hadn't thought of that. I will. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
please post the answer to the rsync list, so others can also have a look<br></blockquote><div>Done. </div><div><br></div><div>Question: I'm running this in cron as root. Although root can rw to the NFS share while I'm in the console, is it somehow possible I'm encountering a permissions issue and just not seeing a "permission denied" anywhere? </div>
</div></div></div>