Since past year I'm using Rsnapshot (which uses rsync) to do my daily laptop Linux Ubuntu OS backup to a local NAS.
Some months ago I started having serious problems with the OS stability. It seems like the disk drive gets damaged, so the fsck
needs to be run before boot - this saved me several times over the past few weeks.
I tried to somehow deduce what could be the reason, but no success. Now I am thinking whether it could be that constant daily backups push the SSD drive to it's limits?
How disk intensive is the rsync? Could it lead to SSD problems?
This is what sudo nvme smart-log /dev/nvme0n1
outputs:
Smart Log for NVME device:nvme0n1 namespace-id:ffffffff
critical_warning : 0
temperature : 53 C (326 Kelvin)
available_spare : 100%
available_spare_threshold : 10%
percentage_used : 0%
endurance group critical warning summary: 0
data_units_read : 13.345.895
data_units_written : 16.767.444
host_read_commands : 370.380.945
host_write_commands : 276.324.114
controller_busy_time : 1.005
power_cycles : 1.010
power_on_hours : 1.257
unsafe_shutdowns : 76
media_errors : 0
num_err_log_entries : 2.890
Warning Temperature Time : 0
Critical Composite Temperature Time : 0
Temperature Sensor 1 : 53 C (326 Kelvin)
Temperature Sensor 2 : 52 C (325 Kelvin)
Thermal Management T1 Trans Count : 0
Thermal Management T2 Trans Count : 0
Thermal Management T1 Total Time : 0
Thermal Management T2 Total Time : 0
Note the num_err_log_entries: 2.890
.