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
Last revisionBoth sides next revision
backuppc [2018/12/18 20:53] – [Locked out from root access (no sudo possible anymore)] adminbackuppc [2018/12/18 21:06] – [Ping Command] admin
Line 41: Line 41:
 <code> <code>
 $Conf{PingCmd} = 'sudo $pingPath -c 1 -w 3 $host'; $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> </code>
  
backuppc.txt · Last modified: 2018/12/19 10:09 by admin