On Wed, 29 Jan 2020, John Jason Jordan wrote:
Instead I have just added the following line to the script: echo "$TS Home Backup Done Exit Status $?" > /home/jjj/Software/Rsync_daily_log.txt
John, Consider changing '>' to '>>'. The former overwrites the existing file while the latter appends to it. Regards, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
