Posts: 0
Threads: 7
Joined: Feb 2025
Reputation:
0
I test a backup solution and would like to know where i can found mysql databases in the file structure ?
Restored from old drupal forum, for user uid:2979 username:luke duck
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Feb 2025
Reputation:
0
<code>/var/lib/mysql
if you copy that dir completely, your mysql databases is backed up.
<code>/var/www/vhosts
this dir is for webfiles/ftp .
so,
<code>rsync -arvz /var/lib/mysql targetip:/backup/
<code>rsync -arvz /var/www/vhosts targetip:/backup/
this will backup almost all your server.(related to hosting)
ehcp "server backup" feature does the same. (home->system->backup server)
Restored from old drupal forum, for user uid:2979 username:luke duck
You may reset your password to access your new account here.