On Mon, 2005-10-10 at 10:37 -0600, Wade Preston Shearer wrote: > Re-reading it now, it kind of sounds like logs are written to > something called "stdout" and that you can redirect this to custom > files. What is stdout? and what would the syntax be?
kinda like this... [EMAIL PROTECTED] ~]$ echo fish > file.txt [EMAIL PROTECTED] ~]$ cat file.txt fish So just add a ">" to the rsync command and point it to a file that you want it to write to and "stdout" will be redirected to that file. Use a ">>" to append it to that file. Gabe /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
