Backup problem

Eremiya

Verified User
Joined
Mar 8, 2007
Messages
32
Location
Ukraine, Kyiv
In Message System I see tickets with Subject "An error occurred during the backup." and body:

Error writing /backup/fri/admin/backup/apache_owned_files.list : file didn't pass safety check

User [USER] has been backed up.
... and all users, but no this line with user admin

How I can resolve this problem?
 
How I can resolve this problem?

Re-check files in public_html directory for the problem user, or just chown all files in the directory (via Directadmin or SSH):

Code:
chown -R <username>:<username> /home/<username>/domains/*/public_html/*

Be, careful, in some case it can break your PHP scripts to work properly.
 
Back
Top