I generally tar my web based files:
Code
tar -cvpzf my_ubb_backup.tgz /path/to/threads

Then backup the database (according to the MySQL Manual --opt is on by default):
Code
mysqldump -uusername -ppassword my_database_name > my_database_name.sql

Then archive the database so that it's smaller and easier to deal with:
Code
tar -cvpzf my_ubb_database.tgz my_database_name.sql

Ultimately the same steps as in the "Gizmo's UBB.Threads 7.x Transfer Guide for Dummies (or not) " guide.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!