Commit Graph

3 Commits

Author SHA1 Message Date
root
72f9838f55 cleanup: Archive old complex scripts and documentation
- Move all old complex backup scripts to old_scripts/
- Archive previous documentation versions
- Clean up temporary files and debian packages
- Update README to focus on new simple system
- Keep only the enhanced simple backup system in main directory

Main directory now contains only:
- simple_backup_gui.py (GUI interface)
- enhanced_simple_backup.sh (CLI interface)
- list_drives.sh (helper)
- simple_backup.sh (basic CLI)
- SIMPLE_BACKUP_README.md (detailed docs)
- README.md (project overview)
2025-10-09 00:30:03 +02:00
root
84b1ad10f6 Add Smart Sync functionality for fast incremental backups
- Added smart sync backup feature using rsync for incremental updates
- Implemented change analysis to recommend sync vs full clone
- Added GUI buttons for 'Smart Sync Backup' and 'Analyze Changes'
- Enhanced CLI with --sync and --analyze flags
- Smart sync provides 10-100x speed improvement for minor changes
- Maintains full system consistency while eliminating downtime
- Updated documentation with comprehensive smart sync guide
- All existing backup/restore functionality preserved
2025-09-13 22:32:31 +02:00
root
0367c3f7e6 Initial commit: Complete backup system with portable tools
- GUI and CLI backup/restore functionality
- Auto-detection of internal system drive
- Smart drive classification (internal vs external)
- Reboot integration for clean backups/restores
- Portable tools that survive cloning operations
- Tool preservation system for external M.2 SSD
- Complete disaster recovery workflow
- Safety features and multiple confirmations
- Desktop integration and launcher scripts
- Comprehensive documentation
2025-09-13 22:14:36 +02:00