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}'"; }
On 08/14/15 13:32, Moorcroft, Mark (ARC-TS)[Analytical Mechanics
Associates, INC.] wrote:
> watch –n10 "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '(
> (mem|txt|cwd|rtd) |/LOG)' | awk '{print $9}'"
--
Unencumbered by the thought process.
-- Click and Clack the Tappet brothers
------------------------------------------------------------------------------
_______________________________________________
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/