-
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting Guide
Your Name edited this page Mar 10, 2025
·
1 revision
Symptoms:
- Backup fails to start
- Error message about storage space
- Incomplete backups
Solutions:
- Check available space:
df -h /storage
- Clean up old backups
- Reduce backup retention count
- Choose a different backup location
Symptoms:
- Access denied messages
- Cannot write to backup location
- Failed to create directory
Solutions:
- Verify backup location permissions
- Check ownership of directories
- Use default backup location
- Run as correct user context
Symptoms:
- Kodi becomes unresponsive
- High CPU/memory usage
- Delayed system response
Solutions:
- Enable resource optimization:
- Activate cleanup after backup
- Use incremental backups
- Schedule during off-peak hours
- Reduce backup scope
- Increase cleanup frequency
Symptoms:
- Out of memory errors
- System crashes
- Backup process termination
Solutions:
- Enable automatic cleanup
- Reduce concurrent operations
- Split large backups
- Monitor system resources
Symptoms:
- Incomplete backups
- Verification failures
- Missing configuration files
Solutions:
- Check file permissions
- Verify source files exist
- Review backup scope
- Check for file locks
Symptoms:
- Verification fails
- Cannot restore from backup
- Checksum mismatches
Solutions:
- Enable backup verification
- Use stable storage medium
- Check for disk errors
- Maintain backup redundancy
- Access Kodi log:
- Settings β System β Logging
- Enable debug logging
- Check system logs:
journalctl -u kodi
- Review backup logs in addon data directory
- Monitor system resources:
top df -h free -m
- Check network performance for remote backups
- Monitor disk I/O
Cause: Permission issues or space constraints Solution:
- Check directory permissions
- Verify available space
- Use alternative location
Cause: Backup integrity issues Solution:
- Enable detailed verification
- Check source files
- Verify storage medium
Cause: System resource constraints Solution:
- Reduce backup scope
- Schedule during off-peak
- Enable resource optimization
-
Regular Maintenance:
- Clean old backups
- Verify backup integrity
- Monitor storage space
-
Optimal Configuration:
- Use recommended settings
- Enable verification
- Set appropriate schedules
-
Backup Strategy:
- Multiple backup locations
- Regular testing
- Documentation
-
Community Support:
-
Documentation:
-
Reporting Problems:
- Provide log files
- Describe steps to reproduce
- Include system information