Charlesreid1.com clone: Difference between revisions
From charlesreid1
(Created page with "==notes:== live site files: <pre> /www/htdocs - htdocs dir </pre> mediawiki files: <pre> /www/w - wiki dir </pre> apache config files: <pre> /www/ </pre> php config fil...") |
(→flags) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=for rojo server charlesreid1.com= | |||
==notes:== | ==notes:== | ||
===how to back stuff up=== | |||
the actual backing up is done by scripts in the scripts directory. backup script is backup charlesreid1.com. | |||
This will dump database, copy directories, config files, etc. for restoration later/offsite. | |||
===what to back up=== | |||
live site files: | live site files: | ||
| Line 16: | Line 26: | ||
<pre> | <pre> | ||
/ | /etc/apache2/ | ||
</pre> | |||
nginx config files: | |||
<pre> | |||
/etc/nginx/ | |||
</pre> | </pre> | ||
| Line 22: | Line 38: | ||
<pre> | <pre> | ||
/etc/php5 | |||
</pre> | </pre> | ||
| Line 27: | Line 44: | ||
<pre> | <pre> | ||
/etc/mysql/ | |||
</pre> | </pre> | ||
| Line 32: | Line 50: | ||
<pre> | <pre> | ||
wikidb | |||
</pre> | </pre> | ||
==backups== | ==backups== | ||
===backups guide=== | |||
Plan for each item above | |||
Review of how the spaghetti bowl works | |||
===backups logistics=== | |||
monthly offsite backups | |||
weekly remote backups | |||
===security=== | |||
encryption - [[July 2016/Encryption Plan]] | |||
=Flags= | |||
[[Category:July 2016]] | |||
Latest revision as of 07:58, 26 July 2016
for rojo server charlesreid1.com
notes:
how to back stuff up
the actual backing up is done by scripts in the scripts directory. backup script is backup charlesreid1.com.
This will dump database, copy directories, config files, etc. for restoration later/offsite.
what to back up
live site files:
/www/htdocs - htdocs dir
mediawiki files:
/www/w - wiki dir
apache config files:
/etc/apache2/
nginx config files:
/etc/nginx/
php config files:
/etc/php5
mysql config files:
/etc/mysql/
mysql databases:
wikidb
backups
backups guide
Plan for each item above
Review of how the spaghetti bowl works
backups logistics
monthly offsite backups
weekly remote backups
security
encryption - July 2016/Encryption Plan