Problem with backup

yatoula

New member
Joined
Sep 7, 2009
Messages
138
Location
France (Metz)
Hi,
My client is trying to make a backup and the system announces an error :
Error Compressing the backup file backup-Feb-2-2010-2.tar.gz: / bin / tar: domains / mccreation.ch / log: the open function failed: Permission not granted
/ bin / tar: Errors caused the program to stop
The folders "logs" is in chmod 755 and the files in is index.html in 755 ??
 
There's probably a permission error somehwere. Or someone has run chattr -i on something.

I can't think of any other reason.

Jeff
 
That's as simple as I can get in English; try google translate on it to see if that helps.

chattr -i

is a command followed by a command option. Running it on a file will make it so nothing (not even root) can change it.

Jeff
 
Back
Top