-
Welcome to hosang I.T.
This is no business and instead a community of shared information to better everyone and hopefully help each other find solutions without having to pay someone else. Hopefully teaching those that want to learn.
-
Blogs
-
- 9
entries - 3
comments - 11381
views
Recent Entries
Latest Entry
Zack Graduates Tech School
Here is a short clip of Zack graduating his 8 week training for his Air Force career.
- 9
-
- 8
entries - 0
comments - 1304
views
Recent Entries
Latest Entry
Backup Invision Community Site
I'm use to using all these different software packages available to other CMS sites like Wordpress, Joomla, Drupal, etc.. that would perform routine backups of your site and make it very easy to restore. In fact cPanel has backup and restore built in for Wordpress sites but that's where it stops. Apparently we are all suppose to use the very slow Wordpress solution. NOT!
Briefly here is how you can create the routine to backup your website regardless
1st concentrate on the Database backups since many times you could reinstall the software but much of the content you can find in the database.
BACKUP DATABASE in cPANEL with CRON JOB
OPTION 1
cpanel
cronjobs
/usr/bin/mysqldump -u dbusername -p 'dbpassword' dbname > /path/backup.sqlOPTION 2
file manager
+ file
.my.cnf
edit .my.cnf
[client]
user = dbusername
password = "dbpassword"
host = localhost
SAVE CHANGEScronjobs
mysqldump dbname > /path/backup.sql >/dev/null 2>&1Now let's concentrate how to backup the files for your website since many of us have files/attachments and we want them to return
- Read more...
-
- 0 comments
- 8
-
- 0
entries - 0
comments - 195
views
No blog entries yet
- 0
-
-
Albums