hereHere is the situation. iI left my pc at home doing an rsync from a 2tb2TB hard drive to another 2tb2TB hard drive (itsit's going to take a while since they are both usbUSB 2.0). iI am now at work and iI have ssh-ed into my home pc. if iIf I do ps aux | grep rsync iI can see the following:
1000  7214 18.8  0.1  30636  1368 pts/0 S+   00:52 134:00 rsync -vr /media/master /media/slave
however iHowever I want to see exactly what rsync is doing. when iWhen I was at home, the standard output was shown in my terminal and the verbose mode of rsync showed which files were currently being copied. isIs there any way to read stdout for another pts? fyi
$ ps -t pts/0
7214 pts/0    02:14:42 rsync
 iI did a little bit of googling and it seems that /proc/pid/fd/proc/pid/fd may hold the answer but imI'm not sure about this...
pP.sS. iI have sudo privileges of course.
 
                 
                 
                