Do my SSH backup options look correct?

vbuser

Active member
Licensed customer
Code:
mysqldump --opt -Q -u db_username -p db_name > /home/my_path/jan15_2014.sqls
 
Looks fine to me. Does it work?

I have an add-on in my signature that can do automated backups of your XenForo installation. You can try that to see if it meets your needs
 
Looks fine to me. Does it work?

I have an add-on in my signature that can do automated backups of your XenForo installation. You can try that to see if it meets your needs
I haven't tested lately but have been using this for vbulletin and phpbb. Thanks.
 
Back
Top Bottom