Duh.. thanks, works like a charm.
Mark Moorcroft AMA Corp. 650-604-4784 mailto:[email protected] tssupport at dactyl.arc.nasa.gov for trouble calls -----Original Message----- From: pgeenhuizen [mailto:[email protected]] Sent: Friday, August 14, 2015 10:54 AM To: General list for user discussion, questions and support; Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.] Subject: Re: [BackupPC-users] BUPC process monitor command alias help How about a function like this function watchbupc() { watch -n 10 "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '( (mem|txt|cwd|rtd) |/LOG)' | awk '{print $9}'"; } ------------------------------------------------------------------------------ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
