我要评分
获取效率
正确性
完整性
易理解

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