User Tools

Site Tools


backuppc

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
backuppc [2018/12/17 21:36] – created adminbackuppc [2018/12/18 20:53] – [Locked out from root access (no sudo possible anymore)] 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 9: Line 9:
   * Run it: ''./syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh''   * Run it: ''./syno-mvkw-bootstrap_1.2-7_arm-ds111.xsh''
  
 +===== Install BackupPC requirements =====
  
 +Install packages: 
 +
 +<code bash>
 +ipkg install perl-compress-zlib
 +ipkg install perl-archive-zip
 +ipkg install optware-devel
 +</code>
 +
 +CPAN modules
 +
 +<code bash>
 +cpan install File::Listing CGI::Fast
 +</code>
 +
 +===== Add User =====
 +
 +Add ''backuppc'' user and ''backuppc'' group using the webinterface.
 +
 +===== Change home dir =====
 +
 +Find backuppc user and adjust the path according -d param in command above.
 +Make sure you set this to the NAS disk not the rootfs
 +<code>
 +vi /etc/passwd
 +</code>
 +
 +===== Ping Command =====
 +
 +<code>
 +$Conf{PingCmd} = 'sudo $pingPath -c 1 -w 3 $host';
 +</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