Answer the question
In order to leave comments, you need to log in
How to create a backup on Ajenti V (digital ocean)?
How to backup a website on Ajenti V (digital ocean)?
Answer the question
In order to leave comments, you need to log in
Found the correct answer. If anyone needs:
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question