I restored an img of a single standalone SSD that was backed up to the PBS. When doing the restore to a standalone disk using " - | dd of=/dev/sdx bs=4M status=progress" as the target the restore took 5 hours:-(( It was a 500GB SSD.
Now I want to determine what is the slowdown, the PBS move to the PC or the DD translate and save to the disk. (Its a spare empty disk)
The problem I am struggling with is the target value to replace the DD with. /dev/sdx gives a failure of file already exists if the disk is formated but unmounted.
Question is, how should I prep the taget drive to receive the .img file ? Should it be totally unallocated ? Or should it be allocated but not mounted ? (If allocated it becomes sdx1.....)
Sorry for the newbe question
Regards
Now I want to determine what is the slowdown, the PBS move to the PC or the DD translate and save to the disk. (Its a spare empty disk)
The problem I am struggling with is the target value to replace the DD with. /dev/sdx gives a failure of file already exists if the disk is formated but unmounted.
Question is, how should I prep the taget drive to receive the .img file ? Should it be totally unallocated ? Or should it be allocated but not mounted ? (If allocated it becomes sdx1.....)
Sorry for the newbe question
Regards