- Help Center
- Data Storage
- Backups
Creating a Site Backup Manually
To create a site backup, you must create a copy of the site files and a database dump.
Creating a copy of site files
By FTP
Connect to the server using FTP / SFTP protocol and download site files. You can use FileZilla or any other FTP client to connect.
By SSH
- Connect to the server via SSH.
- Create an archive of site files:
tar cf archive-name.tar /site/directory/name
The archive is saved in the root directory. - Create a database dump:
mysqldump -u'data-base' data-base -p'data-base-password' > dump-name.sql
- The dump is saved in the root directory.
If you have any questions, please create a ticket to technical support.