This shows you the differences between two versions of the page.
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: | [[computing: | ||
Line 22: | Line 22: | ||
vi / | vi / | ||
- | 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: | ||
< | < | ||
- | rsync -arv / | + | rsync -arv / |
reboot | reboot | ||
Line 135: | Line 135: | ||
--cgi-dir / | --cgi-dir / | ||
--data-dir / | --data-dir / | ||
- | --hostname | + | --hostname |
--html-dir / | --html-dir / | ||
--html-dir-url /backuppc \ | --html-dir-url /backuppc \ | ||
Line 168: | Line 168: | ||
vim / | vim / | ||
- | Redirect permanent /backup https://appserv.sonoracomm.com/ | + | Redirect permanent /backup https://hostname.yourdomain.tld/ |
< | < | ||
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 " | AuthName " | ||
AuthType Basic | AuthType Basic | ||
Line 186: | Line 186: | ||
< | < | ||
- | Redirect permanent /backup https://appserv.sonoracomm.com/ | + | Redirect permanent /backup https://hostname.yourdomain.tld/ |
</ | </ | ||
Line 194: | Line 194: | ||
* BackupPC_Admin runs ' | * BackupPC_Admin runs ' | ||
- | http://appserv.sonoracomm.com/ | + | http://hostname.yourdomain.tld/ |
< | < | ||
Line 209: | Line 209: | ||
< | < | ||
- | Redirect permanent /backup https://appserv.sonoracomm.com/ | + | Redirect permanent /backup https://hostname.yourdomain.tld/ |
</ | </ | ||
Line 420: | Line 420: | ||
< | < | ||
- | BackupPC_zcat / | + | BackupPC_zcat / |
</ | </ | ||