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
Next revision
Previous revision
backuppc [2018/12/18 10:55] adminbackuppc [2018/12/19 10:09] (current) – [Locked out from root access (no sudo possible anymore)] admin
Line 36: Line 36:
 vi /etc/passwd vi /etc/passwd
 </code> </code>
 +
 +===== Ping Command =====
 +
 +<code>
 +$Conf{PingCmd} = 'sudo $pingPath -c 1 -w 3 $host';
 +</code>
 +
 +===== Change sudoers file =====
 +
 +
 +After root ALL ... add the following in /opt/etc/sudoers:
 +<code>
 +admin 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>
 +
  
 ===== Locked out from root access (no sudo possible anymore) ===== ===== Locked out from root access (no sudo possible anymore) =====
  
-Test this+Works 8-)
  
 https://forum.synology.com/enu/viewtopic.php?t=116116 https://forum.synology.com/enu/viewtopic.php?t=116116
backuppc.1545126943.txt.gz · Last modified: 2018/12/18 10:55 by admin