User Tools

Site Tools


backuppc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
backuppc [2018/12/18 21:06] – [Ping Command] adminbackuppc [2018/12/19 10:09] (current) – [Locked out from root access (no sudo possible anymore)] admin
Line 50: Line 50:
 admin ALL = NOPASSWD: /bin/ping admin ALL = NOPASSWD: /bin/ping
 backuppc ALL = NOPASSWD: /bin/ping backuppc ALL = NOPASSWD: /bin/ping
 +</code>
 +
 +
 +===== Watch progress =====
 +
 +Client - the machine where data is pulled from
 +
 +<code>
 +watch "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '( (mem|txt|cwd|rtd) |/LOG)' | awk '{print $9}'"
 +</code>
 +
 +Server - your backuppc instance
 +
 +<code>
 +watch "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '( (mem|txt|cwd|rtd) |/LOG)' | awk '{print $9}'"
 </code> </code>
  
backuppc.txt · Last modified: 2018/12/19 10:09 by admin