User Tools

Site Tools


computing:backup:backuppc

Differences

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

Link to this comparison view

Next revision
Previous revision
computing:backup:backuppc [2012/12/10 14:02]
127.0.0.1 external edit
computing:backup:backuppc [2016/01/15 10:26] (current)
gcooper
Line 1: Line 1:
 ====== BackupPC ====== ====== BackupPC ======
  
-===== Installation on Centos =====+===== Installation on Centos =====
  
 [[computing:linux:minimal_centos_install|Minimal Server Install (Centos)]] [[computing:linux:minimal_centos_install|Minimal Server Install (Centos)]]
Line 22: Line 22:
 vi /etc/ssmtp/ssmtp.conf vi /etc/ssmtp/ssmtp.conf
  
-root=postmaster@sonoracomm.com +root=postmaster@yourdomain.tld 
-mailhub=mail.sonoracomm.com:465 +mailhub=mail.yourdomain.tld:465 
-RewriteDomain=sonoracomm.com+RewriteDomain=yourdomain.tld
 UseTLS=YES UseTLS=YES
 AuthUser=smtpuser AuthUser=smtpuser
Line 85: Line 85:
  
 <file> <file>
-rsync -arv /home/backuppc/* root@209.104.9.37:/var/lib/backuppc/+rsync -arv /home/backuppc/* root@123.123.123.123:/var/lib/backuppc/
  
 reboot reboot
Line 135: Line 135:
                   --cgi-dir /var/www/cgi-bin/backuppc \                   --cgi-dir /var/www/cgi-bin/backuppc \
                   --data-dir /home/backuppc \                   --data-dir /home/backuppc \
-                  --hostname appserv.sonoracomm.com \+                  --hostname hostname.yourdomain.tld \
                   --html-dir /var/www/html/backuppc \                   --html-dir /var/www/html/backuppc \
                   --html-dir-url /backuppc \                   --html-dir-url /backuppc \
Line 168: Line 168:
 vim /etc/httpd/conf.d/backuppc.conf vim /etc/httpd/conf.d/backuppc.conf
  
-Redirect permanent /backup https://appserv.sonoracomm.com/cgi-bin/backuppc/BackupPC_Admin+Redirect permanent /backup https://hostname.yourdomain.tld/cgi-bin/backuppc/BackupPC_Admin
  
 <Directory /var/www/cgi-bin/backuppc/> <Directory /var/www/cgi-bin/backuppc/>
Line 175: Line 175:
     Order deny,allow     Order deny,allow
     Deny from all     Deny from all
-    Allow from 192.245.12 207.182.32 204.27.149 24.255.24.230+    Allow from 123.123.123.123 234.234.234
     AuthName "Backup Admin"     AuthName "Backup Admin"
     AuthType Basic     AuthType Basic
Line 186: Line 186:
  
 <file> <file>
-Redirect permanent /backup https://appserv.sonoracomm.com/cgi-bin/backuppc/BackupPC_Admin+Redirect permanent /backup https://hostname.yourdomain.tld/cgi-bin/backuppc/BackupPC_Admin
 </file> </file>
  
Line 194: Line 194:
   * BackupPC_Admin runs 'suid'   * BackupPC_Admin runs 'suid'
  
-http://appserv.sonoracomm.com/cgi-bin/backuppc/BackupPC_Admin+http://hostname.yourdomain.tld/cgi-bin/backuppc/BackupPC_Admin
  
 <file> <file>
Line 209: Line 209:
  
 <file> <file>
-Redirect permanent /backup https://appserv.sonoracomm.com/cgi-bin/backuppc/BackupPC_Admin+Redirect permanent /backup https://hostname.yourdomain.tld/cgi-bin/backuppc/BackupPC_Admin
 </file> </file>
  
Line 420: Line 420:
  
 <file> <file>
-BackupPC_zcat /var/lib/backuppc/pc/mail.janzenwahl.com/XferLOG.z |tail+BackupPC_zcat /var/lib/backuppc/pc/hostname.clientdomain.tld/XferLOG.z |tail
 </file> </file>
  
computing/backup/backuppc.1355173356.txt.gz · Last modified: 2016/01/15 10:22 (external edit)