I’m facing the backup error for one of the websites, while other websites backup succeeds. The “status” file in the “backup” folder under the website home directory says:
“Aborted, Failed to run cp command during backup generation…[365] [5009]”
It seems to me an error related to transferring the backup file after completed. Can you tell me where is the working directory of the backup process, is the backup file temporarily created there before being transferred?
I’m suspecting something relate to database sql files size, it’s large in this website. Is there some settings in Python (which is used to run the backup process) related to maximum file size, like for example in PHP maximum upload file size? I see database files are sql files, not compressed, and they are large in size.
Can you tell me where can I find the backup log file that gives specific information about the error, I want to know exactly the error exception statement to fix it.
I have been updating the system frequently and I always have the letest version, assuming this issue is fixed in an update, but it’s not.
For me this seems to be some setting to be adjusted, but I don’t know which one. I tried PHP max file size but it’s not fixing either or the two issues.
I hope someone can advise. Is there a log that I can check? Can I run the command manually from the command line?
I figured it out, it was just a copy permissions issue. From the website’s FileManager, click Fix Permissions, then backup copy will complete normally.