User Tools

Site Tools


backuppc

This is an old revision of the document!


BackupPC on DS 413j

Based on this guide https://wiki.qnap.com/wiki/How_to_install_the_BackupPC_application

Install Bootstrap

  • Download this file: Bootstrap for DS 413j
  • Make it executable:chmod +x ./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:

ipkg install perl-compress-zlib
ipkg install perl-archive-zip
ipkg install optware-devel

CPAN modules

cpan install File::Listing CGI::Fast

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

vi /etc/passwd

Ping Command

$Conf{PingCmd} = 'sudo $pingPath -c 1 -w 3 $host';

Locked out from root access (no sudo possible anymore)

Works 8-):

https://forum.synology.com/enu/viewtopic.php?t=116116

backuppc.1545162825.txt.gz · Last modified: 2018/12/18 20:53 by admin