This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
backuppc [2018/12/18 20:06] – [Ping Command] admin | backuppc [2018/12/19 09: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 | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Watch progress ===== | ||
+ | |||
+ | Client - the machine where data is pulled from | ||
+ | |||
+ | < | ||
+ | watch "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '( (mem|txt|cwd|rtd) |/ | ||
+ | </ | ||
+ | |||
+ | Server - your backuppc instance | ||
+ | |||
+ | < | ||
+ | watch "lsof -n | grep rsync | egrep ' (REG|DIR) ' | egrep -v '( (mem|txt|cwd|rtd) |/ | ||
</ | </ | ||