Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home:backups [2023/03/06 06:38] – [pendejo Win10 crucial p2plus 2TB → ironwolf 8TB winbackup partition] lamboringohome:backups [2024/08/02 11:14] (current) – [pendejo Win10 crucial p3plus 2TB → ironwolf 8TB winbackup partition] lamboringo
Line 12: Line 12:
  
 **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.pendejo.efs (2023/03/03)+  * home 2TB.ssd samsung 860 QVO → cru4data/home.pendejo.efs (2023/09/03)
   * 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 69:
  
 ===== rsync commands ===== ===== rsync commands =====
-==== pendejo nvme 500GB → crucial 4TB ====+==== pendejo fedora system nvme 500GB → crucial 4TB cru4sys ====
   # system (to check if it boots up)   # system (to check if it boots up)
-  mount /dev/sdc3 /mnt/cru4 +  # mounted on /run/media/barriot/cru4sys 
-  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 --stats -h  / /run/media/barriot/cru4sys/
  
-==== pendejo nvme 500GB → ironwolf 8TB (obsolete, need update for gpt backup) ==== +   
-  # MBR & partitions  + 
-  dd if=/dev/nvme0n1 of=/run/media/barriot/ironwolf_ext4/pendejo/mbr.nvem0n1.dd bs=512 count=1 +==== pendejo ssd QVO 860 2TB home → crucial 4TB ==== 
-  sfdisk --dump /dev/nvme0n1 > /run/media/barriot/ironwolf_ext4/pendejo/partitions.nvme0n1.sfdisk.out+ 
 +  cd /run/media/barriot/cru4data/ 
 +  encfs --public $PWD/home.pendejo.efs $PWD/home.pendejo 
 +  time rsync --dry-run --delete  --exclude .cache --exclude barriot/box.local --itemize-changes -a --stats -h /home/ /run/media/barriot/cru4data/home.pendejo/ 
 +  fusermount -u /run/media/barriot/cru4data/home.pendejo 
 +==== pendejo fedora system nvme 500GB → ironwolf 8TB ==== 
 +  # GTP partition table (2023/12/13) 
 +  cd /run/media/barriot/ironwolf_ext4/pendejo 
 +  sgdisk -b nvme500.gpt.partition.table.sgdisk /dev/nvme1n1
   # boot   # boot
-  time rsync  --dry-run --delete --itemize-changes -a --stats -h /boot/ /run/media/barriot/ironwolf_ext4/pendejo/boot/ | tee /run/media/barriot/ironwolf_ext4/pendejo/boot.rsync.log+  time rsync  --dry-run --delete --itemize-changes -a --stats -h --one-file-system /boot/ /run/media/barriot/ironwolf_ext4/pendejo/boot/ | tee /run/media/barriot/ironwolf_ext4/pendejo/boot.rsync.log 
 +  # efi 
 +  time rsync  --dry-run --delete --itemize-changes -a --stats -h --one-file-system /boot/efi /run/media/barriot/ironwolf_ext4/pendejo/efi/ | tee /run/media/barriot/ironwolf_ext4/pendejo/efi.rsync.log 
 +  
   # sys/fedora   # sys/fedora
   time rsync --dry-run --delete --itemize-changes -a --stats -h  --hard-links --acls --xattrs --one-file-system  / /run/media/barriot/ironwolf_ext4/pendejo/rootfs/ | tee /run/media/barriot/ironwolf_ext4/pendejo/rootfs.rsync.log   time rsync --dry-run --delete --itemize-changes -a --stats -h  --hard-links --acls --xattrs --one-file-system  / /run/media/barriot/ironwolf_ext4/pendejo/rootfs/ | tee /run/media/barriot/ironwolf_ext4/pendejo/rootfs.rsync.log
Line 103: Line 114:
   dd if=/dev/nvme0n1p2 of=System.win10.nvme0n1p2.dd.img bs=1024k status=progress   dd if=/dev/nvme0n1p2 of=System.win10.nvme0n1p2.dd.img bs=1024k status=progress
  
-Rsync data partition+Backup crucial_2TB_data (A:) data partition  
 +  robocopy A:\ F:\crucial_2TB_data_robocopy /E /COPYALL /XD $RECYCLE.BIN "System Volume Information"
  
 +==== spiti to cru4data ====
 +
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/efi/ /run/media/barriot/cru4data/spiti/efi/
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/ /run/media/barriot/cru4data/spiti/boot/
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system / /run/media/barriot/cru4data/spiti/rootfs/
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system  --exclude=.cache/ /home/marion/ /run/media/barriot/cru4data/spiti/marion/
 ====  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 142:
   time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /home/ /run/media/barriot/spihome/   time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /home/ /run/media/barriot/spihome/
  
 +==== 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/ /run/media/barriot/cru4data/b3/efi
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system /boot/ /run/media/barriot/cru4data/b3/boot
 +  time rsync --dry-run --delete --itemize-changes -a --stats -h --hard-links --acls --xattrs --one-file-system / /run/media/barriot/cru4data/b3/rootfs
  
 ===== spiti partition table backup to spiti:/root 2021/10/03 ===== ===== spiti partition table backup to spiti:/root 2021/10/03 =====