Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| home:backups [2022/01/18 06:59] – [machines & partitions] lamboringo | home:backups [2025/05/13 20:18] (current) – [pendejo Win10 system crucial p3plus 2TB → ironwolf 8TB winbackup partition] lamboringo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| TO DO: | TO DO: | ||
| + | * tidy pendejo:/ | ||
| + | * reorganize box | ||
| * tester smart en mettant chacun des disque dans pendejo | * tester smart en mettant chacun des disque dans pendejo | ||
| * steam → ironwolf | * steam → ironwolf | ||
| * spiti linux → ironwolf + HD2.5 1TB | * spiti linux → ironwolf + HD2.5 1TB | ||
| - | * transfer seaga2 ego marion to ironwolf | ||
| - | * transfer armel to ironwolf | ||
| * 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 (2022/01/18 fedora & debian) | + | * linux 500GB.nvme → ironwolf (2024/06/16 fedora & debian; last MBR backup) |
| - | * home 2TB.ssd samsung 860 QVO → ironwol | + | * home 2TB.ssd samsung 860 QVO → ironwolf |
| - | * win10 1TB.ssd.qvo870 → ironwolf (2021/10/02 AOEMI system | + | * linux 500GB.nvme → cru4sys (2023/09/03 fedora boot ready) |
| + | * home 2TB.ssd samsung 860 QVO → cru4data/ | ||
| + | * win10 1TB.ssd.qvo870 → ironwolf (2022/12/17 rsync backup) | ||
| + | * barracuda 3TB | ||
| **spiti** | **spiti** | ||
| - | * linux 1TB.ssd.qvo860 → HD2.5 1TB.HGST (2020/01/06) | + | * 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 28: | Line 36: | ||
| **bobibob** + bobidisco ssd samsung 870 QVO 1TB exFAT | **bobibob** + bobidisco ssd samsung 870 QVO 1TB exFAT | ||
| - | * linux: partitions boot, system and data → backed up on HD 2.5 320GB and ironwolf 2021/09/26 | + | * linux: partitions boot, system and data → backed up on HD 2.5 320GB **id:bob 8404s** 2022/11/27 |
| - | * ssdext bobidisco → ironwolf | + | * ssdext bobidisco → ironwolf |
| ----- | ----- | ||
| Line 39: | Line 47: | ||
| * part.1 → 2TB NTFS win10 backup with AOEMI (last 2021/10/02) + steam backups | * part.1 → 2TB NTFS win10 backup with AOEMI (last 2021/10/02) + steam backups | ||
| * part.2 → 5.5TB ext4 | * part.2 → 5.5TB ext4 | ||
| - | * 3TB barracuda | + | * 3TB barracuda |
| * 3TB WD (pendejo home until 2019) | * 3TB WD (pendejo home until 2019) | ||
| * 1TB WD green WD10EAS (gamborimbo laptop backup on part.gambak) → SMART OK 2021/10/03 | * 1TB WD green WD10EAS (gamborimbo laptop backup on part.gambak) → SMART OK 2021/10/03 | ||
| Line 58: | Line 66: | ||
| * 160GB piexthd → SMART OK 2021/10/03 | * 160GB piexthd → SMART OK 2021/10/03 | ||
| * 160GB unnamed → SMART OK 2021/10/03 | * 160GB unnamed → SMART OK 2021/10/03 | ||
| + | |||
| + | ==== nvme ==== | ||
| + | * 500GB kingston (in pendejo fedora) | ||
| + | * 2TB crucial p3plus (in pendejo for win sys 1TB + A: 1TB) | ||
| + | * 4TB crucial p3plus cru4data 3.7TB (pendejo sys+home backup, box backup) | ||
| ----- | ----- | ||
| ===== rsync commands ===== | ===== rsync commands ===== | ||
| - | ==== pendejo nvme 500GB → ironwolf 8TB ==== | + | ==== pendejo |
| - | # MBR & partitions | + | # system |
| - | | + | # mounted on /run/media/ |
| - | | + | |
| + | |||
| + | |||
| + | |||
| + | ==== pendejo ssd QVO 860 2TB home → crucial 4TB ==== | ||
| + | |||
| + | cd / | ||
| + | encfs --public $PWD/home.pendejo.efs $PWD/home.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 78: | 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 ssd QVO 870 1TB win10 → ironwolf 8TB ==== | + | ==== pendejo Win10 system crucial p3plus 2TB → ironwolf 8TB winbackup partition ==== |
| + | |||
| + | crucial p2plus 2TB is / | ||
| + | |||
| + | Backup partition table (2025/ | ||
| + | cd / | ||
| + | sgdisk --backup=sgdisk.backup.GPT.partition.table / | ||
| + | fdisk -l / | ||
| + | sfdisk -d / | ||
| + | |||
| + | Backup first (// | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | |||
| + | |||
| + | 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 | ||
| + | ==== | ||
| + | |||
| + | Un autre répertoire **steam** existe sur la partition ; sûrement un backup via steam ou une copie | ||
| **Réservé au système** | **Réservé au système** | ||
| - | time rsync --dry-run | + | time rsync --dry-run |
| **main partition** | **main partition** | ||
| - | time rsync --dry-run | + | time rsync --dry-run |
| - | ==== spiti to 1TB.HGST last done 2020/08/02 ==== | ||
| - | **2021/ | + | ==== spiti to 1TB.HGST ==== |
| - | | + | |
| + | | ||
| 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 /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 / / | ||
| 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 ===== | ||
| Line 133: | Line 197: | ||
| ==== bobibob ==== | ==== bobibob ==== | ||
| - | linux → HD2.3 320GN | + | linux → HD2.5 320GB id: bob 8404s |
| 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 /boot/ / | ||
| Line 139: | Line 203: | ||
| 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/ / | ||
| - | ==== bobidisco ==== | + | ==== bobidisco |
| ~500GB used as of 2021/10/03 | ~500GB used as of 2021/10/03 | ||