How to create DirectAdmin backups from the command line

To create DirectAdmin backups from the command line for ALL the accounts on the server, execute the command: echo "action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&type=admin&value=multiple&when=now&where=local&who=all" >> /usr/local/directadmin/data/task.queue To create a backup for a specific user - USERNAME - run the command: echo "action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=USERNAME&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue…

Continue ReadingHow to create DirectAdmin backups from the command line

How to protect Apache web server(w/ cPanel/DirectAdmin) from XMLRPC attacks

In a previous article, we detailed How to protect WordPress from XML-RPC attacks. The article was written for website owners. We received questions on how to use this method to protect all the websites on an Apache web server. On…

Continue ReadingHow to protect Apache web server(w/ cPanel/DirectAdmin) from XMLRPC attacks