- 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)
22 lines
548 B
Plaintext
22 lines
548 B
Plaintext
=== SIMPLE 1-TO-1 CLONE INSTRUCTIONS ===
|
|
|
|
IMPORTANT: Boot from this USB stick first!
|
|
|
|
1. REBOOT and boot from this USB stick (Debian Live)
|
|
|
|
2. Once in live system, open terminal and run:
|
|
cd /media/migration_tools (or wherever this partition mounts)
|
|
|
|
3. Run the clone process:
|
|
sudo ./direct_clone_backup.sh
|
|
|
|
4. Verify the clone:
|
|
sudo ./verify_boot_readiness.sh
|
|
|
|
5. If needed, repair issues:
|
|
sudo ./boot_repair_tools.sh
|
|
|
|
This creates a working 1-to-1 copy without LVM complexity!
|
|
|
|
Read SIMPLE_CLONE_SOLUTION.md for full details.
|