Hello, I do not have access to my Virtualmin due to a problem in my boot system, I need to download a backup of all my databases. I already have the backup of the files. But I don’t know where to download the DBs.
SYSTEM INFORMATION | B |
---|---|
Hello, I do not have access to my Virtualmin due to a problem in my boot system, I need to download a backup of all my databases. I already have the backup of the files. But I don’t know where to download the DBs.
SYSTEM INFORMATION | B |
---|---|
virtualmin cli can backup as well
https://www.virtualmin.com/documentation/developer/cli/backup_and_restore/
P.S. sorry misread the issue, you could also add to a public_html location that is safe for a short period.
You can use scp
, any FTP client (though you may need to copy the files to a location an FTP user has access to and with permissions needed to allow them to copy the files).
Some FTP clients support sftp
(FTP over SSH) if you’re not comfortable using scp
.
You can use sftp
on the usual ssh
port (22), or you can use it via ProFTPd on port 2222, assuming you haven’t changed the ProFTPd configuration. Again, depending on your ProFTPd configuration, you may need to move the files and make them accessible by the user you’re logging in as.
In the tar.gz file, I only see the Wordpress files, but I don’t see the Database.
What tar.gz? You using backup and restore?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.