LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to display cron job activity (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-display-cron-job-activity-654701/)

ufmale 07-09-2008 05:13 PM

how to display cron job activity
 
I am setting up an automatic backup my system with rsync :

rsync -avz /home/ /backup/

Is there a way that I can see the rsync activity when this cron job start the copying process? I'd like to see the file copy activity on the terminal.

colucix 07-09-2008 05:20 PM

You can send the standard output and the standard error of the rsync command to a file and follow it using tail -f.


All times are GMT -5. The time now is 04:08 PM.