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.
- Check the file attributes.
lsattr /var/log/gcache/gcache.log

- Modify the file attributes.
chattr -a /var/log/gcache/gcache.log
Parent topic: Log Module Abnormalities