Last active
October 6, 2019 14:21
-
-
Save alexalouit/e6518aabc7383f04e714a0a69df5a27f to your computer and use it in GitHub Desktop.
BackupPc 4 debian 10 deb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ wget https://s3-eu-west-1.amazonaws.com/backuppc4/Debian10/backuppc_4.3.0_amd64.deb | |
| $ wget https://s3-eu-west-1.amazonaws.com/backuppc4/Debian10/libbackuppc-xs-perl_0.58-1_amd64.deb | |
| $ wget https://s3-eu-west-1.amazonaws.com/backuppc4/Debian10/rsync-bpc_3.0.9.12_amd64.deb | |
| $ dpkg -i libbackuppc-xs-perl_0.58-1_amd64.deb | |
| $ dpkg -i rsync-bpc_3.0.9.12_amd64.deb | |
| $ apt-get install libcgi-pm-perl libarchive-zip-perl rrdtool apache2-utils libwww-perl libtime-parsedate-perl nginx sendmail-bin | |
| $ dpkg -i backuppc_4.3.0_amd64.deb | |
| # adjust config | |
| # nginx: | |
| # location /BackupPC_Admin { | |
| # include /etc/nginx/scgi_params; | |
| # scgi_pass 127.0.0.1:10268; | |
| # } | |
| # | |
| # location /backuppc { | |
| # alias /usr/share/backuppc/cgi-bin/; | |
| # } | |
| # backuppc: | |
| # $Conf{SCGIServerPort} = 10268; | |
| $ cpan install SCGI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment