Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| home:backups [2023/03/06 06:38] – [pendejo Win10 crucial p2plus 2TB → ironwolf 8TB winbackup partition] lamboringo | home:backups [2025/05/13 20:18] (current) – [pendejo Win10 system crucial p3plus 2TB → ironwolf 8TB winbackup partition] lamboringo | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * spiti windows ? | * spiti windows ? | ||
| * win10 ironwolf ext4 ? | * win10 ironwolf ext4 ? | ||
| + | |||
| + | ===== opi5 ===== | ||
| + | |||
| + | * crontab job for silico box.crypted everyday at 4am | ||
| + | * crontab job for vps at 5am | ||
| + | |||
| ===== machines & partitions ===== | ===== machines & partitions ===== | ||
| **pendejo** | **pendejo** | ||
| - | * linux 500GB.nvme → ironwolf (2023/03/02 fedora & debian; last MBR backup) | + | * linux 500GB.nvme → ironwolf (2024/06/16 fedora & debian; last MBR backup) |
| - | * home 2TB.ssd samsung 860 QVO → ironwolf (2023/03/02) | + | * home 2TB.ssd samsung 860 QVO → ironwolf (2024/06/16) |
| - | * linux 500GB.nvme → cru4sys (2023/03/01 fedora boot ready) | + | * linux 500GB.nvme → cru4sys (2023/09/03 fedora boot ready) |
| - | * home 2TB.ssd samsung 860 QVO → cru4data/ | + | * home 2TB.ssd samsung 860 QVO → cru4data/ |
| * win10 1TB.ssd.qvo870 → ironwolf (2022/12/17 rsync backup) | * win10 1TB.ssd.qvo870 → ironwolf (2022/12/17 rsync backup) | ||
| * barracuda 3TB | * barracuda 3TB | ||
| **spiti** | **spiti** | ||
| - | * linux 1TB.ssd.qvo860 → HD2.5 1TB.HGST (2022/12/17) | + | * linux 1TB.ssd.qvo860 → HD2.5 1TB.HGST (2024/06/16) |
| * win10 256GB.ssd → ???HD2.5 750GB?? (**to do**) | * win10 256GB.ssd → ???HD2.5 750GB?? (**to do**) | ||
| Line 69: | Line 75: | ||
| ===== rsync commands ===== | ===== rsync commands ===== | ||
| - | ==== pendejo nvme 500GB → crucial 4TB ==== | + | ==== pendejo |
| # system (to check if it boots up) | # system (to check if it boots up) | ||
| - | | + | |
| - | rsync --dry-run --delete --itemize-changes --exclude /etc/fstab --exclude /home --exclude /mnt --exclude /dev --exclude /proc --exclude /run --exclude /sys --archive --hard-links --acls --xattrs / /mnt/cru4/ | + | rsync --dry-run --delete --itemize-changes --exclude /etc/fstab --exclude /home --exclude /mnt --exclude /dev --exclude /proc --exclude /run --exclude /sys --archive --hard-links --acls --xattrs |
| - | ==== pendejo | + | |
| - | | + | |
| - | | + | ==== pendejo |
| - | | + | |
| + | | ||
| + | | ||
| + | time rsync --dry-run --delete | ||
| + | fusermount -u / | ||
| + | ==== pendejo fedora system nvme 500GB → ironwolf 8TB ==== | ||
| + | | ||
| + | cd / | ||
| + | sgdisk -b nvme500.gpt.partition.table.sgdisk / | ||
| # boot | # boot | ||
| - | time rsync --dry-run --delete --itemize-changes -a --stats -h /boot/ / | + | time rsync --dry-run --delete --itemize-changes -a --stats -h --one-file-system |
| + | # efi | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --one-file-system /boot/efi / | ||
| + | | ||
| # sys/fedora | # sys/fedora | ||
| time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system | ||
| Line 90: | Line 107: | ||
| time rsync --dry-run --delete --exclude .cache --itemize-changes -a --stats -h /home/ / | time rsync --dry-run --delete --exclude .cache --itemize-changes -a --stats -h /home/ / | ||
| - | ==== pendejo Win10 crucial p3plus 2TB → ironwolf 8TB winbackup partition ==== | + | ==== pendejo Win10 system |
| crucial p2plus 2TB is / | crucial p2plus 2TB is / | ||
| - | Backup partition table (2023/03/06) | + | Backup partition table (2025/05/13) |
| cd / | cd / | ||
| sgdisk --backup=sgdisk.backup.GPT.partition.table / | sgdisk --backup=sgdisk.backup.GPT.partition.table / | ||
| + | fdisk -l / | ||
| + | sfdisk -d / | ||
| Backup first (// | Backup first (// | ||
| Line 102: | Line 121: | ||
| dd if=/ | dd if=/ | ||
| dd if=/ | dd if=/ | ||
| + | dd if=/ | ||
| - | Rsync data partition | ||
| + | Backup crucial_2TB_data (A:) data partition (2023/ | ||
| + | robocopy A:\ F: | ||
| + | |||
| + | ==== spiti to cru4data ==== | ||
| + | |||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/efi/ / | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/ / | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system / / | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system | ||
| ==== OBSOLETE (up to 2023/02) pendejo ssd QVO 870 1TB win10 → ironwolf 8TB winbackup partition ==== | ==== OBSOLETE (up to 2023/02) pendejo ssd QVO 870 1TB win10 → ironwolf 8TB winbackup partition ==== | ||
| Line 124: | Line 152: | ||
| time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /home/ / | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /home/ / | ||
| + | ==== b3 to cru4data for fedora upgrade ==== | ||
| + | |||
| + | |||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/efi/ / | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/ / | ||
| + | time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system / / | ||
| ===== spiti partition table backup to spiti:/root 2021/10/03 ===== | ===== spiti partition table backup to spiti:/root 2021/10/03 ===== | ||