<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Wayne Davison wrote:
<blockquote
 cite="mid:733654e30912130942u95e2692u355225f4812f2a7f@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Sun, Dec 13, 2009 at 8:49 AM, Jonathan S.
Abrams <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:hociman@comcast.net">hociman@comcast.net</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When
launchd executed this command, it did not work.  The system.log file
reads "Exited with exit code: 1".<br>
  </blockquote>
  <div><br>
  </div>
  <div>Can you redirect the output to a file so it can tell you why it
failed?  e.g.  &gt;file.out 2&gt;&amp;1</div>
  <div><br>
  </div>
  <div>One common thing that prevents non-interactive sudo is this tty
setting: </div>
  </div>
  <br>
Defaults    requiretty<br>
  <br>
..wayne..<br>
</blockquote>
Wayne,<br>
<br>
Thanks for responding.  Would it be enough to instruct rsync to log
activity to a file?<br>
<br>
sudo rsync -aAHvWX --log-file=docs_transfer <span class="moz-txt-slash"><span
 class="moz-txt-tag">/</span>Volumes/File_Storage/docs<span
 class="moz-txt-tag">/</span></span> /Volumes/File_Storage_Mirror/docs<br>
<br>
-Jonathan<br>
</body>
</html>