Нашел верный ответ. Если кому понадобится:
login via the ssh.
tar -zcvf archive.tar.gz directory/
Firstly go to your directory location: cd /srv
Then use the first command to make a zip of the whole site.
For the database it's another thing to do
mysqldump -u your-user -p database-name > /srv/sqlbackup.sql