This is a TEST RELEASE to fix multiple remote backup location issues. Please test thoroughly before using in production.
- Fixed NFS path format handling - NFS now requires proper format:
server:/export/path - Added automatic path format conversion and validation
- Improved NFS mount options with soft mount and timeout settings
- Better error messages with format examples
- Fixed SMB browsing - Now properly handles manually entered paths
- Improved SMB URL construction to handle empty username/password
- Better path validation for SMB connections
- Fixed local location with NFS path bug - Prevents network protocols (nfs:, smb:, etc.) in local paths
- Automatically resets invalid local paths to default location
- Added validation to detect and prevent network protocols in local mode
- Enhanced SFTP error messages - Better handling when paramiko module is not available
- Improved error dialogs with solutions and alternatives
- Still allows manual path entry even if paramiko is unavailable
- Path Format Validation - Added format hints and validation for all remote protocols
- Auto-save Settings - Settings now save immediately when changed (no need to click OK)
- Better Error Messages - All error messages now include format examples and troubleshooting tips
- Improved NFS Mounting - Uses soft mount with timeout for better error handling
- Format:
server:/export/path - Examples:
192.168.1.100:/mnt/backupsnas.example.com:/export/share
- Format:
server/shareor use Browse button - Examples:
192.168.1.100/backupsserver/share/subfolder
- Format:
server/path - Examples:
ftp.example.com/backupsserver.example.com/home/user/backups
This release addresses multiple issues reported in GitHub:
- Unable to back up to remote NFS location
- SMB browsing not working with manually entered paths
- Local location accepting NFS paths incorrectly
- SFTP paramiko module error messages
- Settings not applying without clicking OK
- Missing path format hints
Please test the following scenarios:
- ✅ NFS remote backup with proper format (
server:/export/path) - ✅ SMB remote backup with manually entered path
- ✅ SMB remote backup using Browse button
- ✅ Local backup location (should reject network protocols)
- ✅ SFTP connection (with and without paramiko)
- ✅ Settings auto-save functionality
- Download the test release
- Install through Kodi's Add-on Manager
- Test remote backup connections
- Report any issues on GitHub
- NFS requires the exact format
server:/export/path(colon is required) - SFTP requires paramiko module for full functionality
- Some network configurations may require additional firewall rules
If you encounter any issues, please:
- Check the Troubleshooting Guide
- Report bugs on our Issues Page
- Include error messages and path formats used
Thank you for testing LibreELEC Backupper!