Search found 2 matches

by macguide
Sat Feb 28, 2009 9:12 pm
Forum: Growl
Topic: redirect rsync output to growlnotify in shell script
Replies: 3
Views: 4766

Re: redirect rsync output to growlnotify in shell script

Thanks boredzo, I tried using your method of piping the output of the rsync command directly to growlnotify but I didn't end up getting any growl notifications until the rsync command was completed. I assume that growlnotify was waiting for an EOF or Control-D command, which it didn't receive until ...
by macguide
Thu Feb 26, 2009 11:59 pm
Forum: Growl
Topic: redirect rsync output to growlnotify in shell script
Replies: 3
Views: 4766

redirect rsync output to growlnotify in shell script

Hi, I was wondering if there was a way to pipe the output of an rsync command I run from a shell script so that all the output from rsync appears in growl notifications? So something like this: rsync $VERBOSE $EXCLUDE -a --delete -e "ssh -i $RKEY" $source/ $RUSER@$RMACHINE:$RTARGET/$source...