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
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
  • [BackupPC-... Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.]
    • Re: [... pgeenhuizen
      • R... Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.]

Reply via email to