I have couple of wordpress website hosted using cyberpanel. One of those website having the following issue.
I cannot create or upload any files to server via filemanager and FTP, cannot create archive of webfiles, also cannot install any plugin from wordpress admin panel.
Also get the error when trying to export database using wp CLI which saying : operation not permited
i follow this tutorial but the user group seems correct on my case, as you can see below:
i also have tried to use the “Fix Permission” button on filemanager, but it does not fix it
Also when i try to clone the website, this directory does not created ( backup.valuevintage.id )
/home/valuevintage.id/backup.valuevintage.id
Please help, i need to create an archive of this website and download it as my client want to migrate the website.
Thanks @josephgodwinke for your prompt reply. i just knew about rsync. Just googling about how to download all webfiles to local mechine and found the following command:
to adjust it into my case ( cyberpanel ), is it correct if i adjust it to the following?
rsync -chavzP --stats [email protected]:/home/domainname.com D:/backup
also, i’m not using the standard SSH port ( 22 ), please kindly help me to have the correct command in case this affecting it.
Side note: try use Bitvise https://www.bitvise.com/ SCP (Secure Copy) I usually recommend this for my clients its less technical however rsync is the fastest