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
Last revisionBoth sides next revision
backuppc [2018/12/17 23:20] – [Add User] adminbackuppc [2018/12/18 21:06] – [Ping Command] admin
Line 1: Line 1:
-====== BackupPC DS 413j ======+====== BackupPC on DS 413j ======
  
 Based on this guide https://wiki.qnap.com/wiki/How_to_install_the_BackupPC_application Based on this guide https://wiki.qnap.com/wiki/How_to_install_the_BackupPC_application
Line 37: Line 37:
 </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>
 +
 +
 +===== Locked out from root access (no sudo possible anymore) =====
 +
 +Works 8-): 
 +
 +https://forum.synology.com/enu/viewtopic.php?t=116116
backuppc.txt · Last modified: 2018/12/19 10:09 by admin