Locally backup your data with rsync                After 1 year later HDD data transfer speed was 70~100 kbps . How should you do with useless HDD ?    I try with following command:    rsync -r -t -v -progress --ignore-existing -s [ source] [ destination ]     rsync                         a fast, versatile, remote (and local) file-copying tool              -r,  --recursive         This tells rsync to copy directories recursively.  See also --dirs  ( -d ).   Beginning with rsync 3.0.0, the recursive algorithm used is now an incremental scan that uses much less memory than before and begins the transfer after the scanning of the  first  few  directories have  been  completed. This incremental scan only affects our recursion algorithm, and does not change a non-recursive transfer.  It is also only possible when both ends of the transfer  are  at least version 3.0.0.         Some ...
Youth Sharing Knowledge was help people to use Ubuntu/Linux , Raspberry Pi and Open Source Softwares
Contributor and Trainer at Ubuntu Myanmar LoCo Team, FOSSMYANMAR, Open Street Map Myanmar and Raspberry Pi Myanmar. Our team was help people who want to learn Ubuntu Operating system , Raspberry Pi and Open Source Software.