- Joined
- Jul 31, 2024
- Messages
- 463 (3.15/day)
I really wonder if those DRAM less drives are really such garbage. Just below my real life scenario. Mixed files. My gentoo installation from 2006 has a lot of small files.
I'm not sure how the linux kernel from a livecd handles dram less drives. 4 Minutes instead of 5 Minutes Backup time for more data is really an impressive improvement.
I made a backup of my gnu gentoo linux on the 3rd of december 2024. Th drive is a KC3000 2tb -> with LVM2 -> with luks encryption -> BTRFS filesystem with file compression
The Destination is an external usb nvme bridge with a DRAM less WD SN570 1TB
When i calculated correct 5 minutes 20 seconds (the previous backups had similar times)
First lines show the start and end of the backup procedure. End is determined after the files were succesfully flushed to the disc
df command just shows the size of 89G
--
I just changed the external backup drive to a Crucial P5 Plus 1TB.
Just backup times today - It seems one minute saved because i did not use that dramless junk drive.
Note: more files - as i had temporarily move some photos from another drive to my gentoo linux to preserve it
When i calculated correct 4 minutes 1 seconds (without calculator)
I'm well aware of that the WD SN570 has worse read and write performance in comparison with a Crucial P5 Plus. I did not expect such a difference.
I'm not sure how the linux kernel from a livecd handles dram less drives. 4 Minutes instead of 5 Minutes Backup time for more data is really an impressive improvement.
I made a backup of my gnu gentoo linux on the 3rd of december 2024. Th drive is a KC3000 2tb -> with LVM2 -> with luks encryption -> BTRFS filesystem with file compression
The Destination is an external usb nvme bridge with a DRAM less WD SN570 1TB
When i calculated correct 5 minutes 20 seconds (the previous backups had similar times)
First lines show the start and end of the backup procedure. End is determined after the files were succesfully flushed to the disc
df command just shows the size of 89G
Code:
Sienna_Cichlid /home/roman # cat /mnt/backup_03_12_2024/start /mnt/backup_03_12_2024/end
Tue Dec 3 08:59:25 PM UTC 2024
Tue Dec 3 09:04:55 PM UTC 2024
Sienna_Cichlid /home/roman # df -h
Filesystem Size Used Avail Use% Mounted on
Sienna_Cichlid /home/roman # df -h |grep 03_12
/dev/mapper/backup_03_12_2024 108G 89G 14G 87% /mnt/backup_03_12_2024
--
I just changed the external backup drive to a Crucial P5 Plus 1TB.
Just backup times today - It seems one minute saved because i did not use that dramless junk drive.
Note: more files - as i had temporarily move some photos from another drive to my gentoo linux to preserve it
When i calculated correct 4 minutes 1 seconds (without calculator)
Code:
Sienna_Cichlid /home/roman # cat /mnt/backup_05_12_2024/start /mnt/backup_05_12_2024/end
Thu Dec 5 10:59:38 AM UTC 2024
Thu Dec 5 11:03:39 AM UTC 2024
Sienna_Cichlid /home/roman # df -h |grep 05_12
/dev/mapper/backup_05_12_2024 92G 89G 0 100% /mnt/backup_05_12_2024
I'm well aware of that the WD SN570 has worse read and write performance in comparison with a Crucial P5 Plus. I did not expect such a difference.