> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x/admin-guide/backups/external_backups/command-line_backup.md).

# Command-line backup

If you are more of a Linux sysadmin, you can take a backup with a command of this type, where the final part is the file where you want to save it (and 'olimahc' is the password):

mysqldump -u chamilo -polimahc chamilo19x > chamilo-backup-file.sql
