Rate This Document
Findability
Accuracy
Completeness
Readability

Backup Failure

Symptom

Backup logs or gcache.log cannot be deleted.

Conclusion and Solution

The backup logs and gcache.log are set to be undeletable. The handling procedures for the two types of logs are the same. The following uses gcache.log as an example.

  1. Check the file attributes.
    lsattr /var/log/gcache/gcache.log

  2. Modify the file attributes.
    chattr -a /var/log/gcache/gcache.log