Backup doesn't work

for some reason the backups stopped working .
i getting Aborted, [Errno 13] Permission denied: ‘/usr/local/lsws/conf/vhosts/DOMAIN/vhost.conf’.[365] [5009]

on all of them

bookmarked

Solved the problem

The problem is owernership problem.

The cp command that tries to be executed during the backup process cannot complete the backup process because of the files in public_html that are owened by another user.

This situation can usually occur in files retrieved from backup or manual copying.

How to solve it:

  1. Method
    cd /home/exampledomain.com/public_html
    chown -R username:username *

  2. Method
    You can easily fix it by entering the public_html directory in the File Manager and clicking the Fix Permissions button in the upper right corner.

1 Like