Quickly restoring 1M+ files from backup
blog.axiorema.com
Quickly restoring 1M+ files from backup
1–6 of 6 posts
Re: Quickly restoring 1M+ files from backup
#2/s
Re: Quickly restoring 1M+ files from backup
#3Sounds like writing to disk always takes an unacceptably long time, so we should stop writing to disk and do something else. /s
Re: Quickly restoring 1M+ files from backup
#4Sounds like writing to disk always takes an unacceptably long time, so we should stop writing to disk and do something else. /s
It's actually quite amusing how modern OSes can abstract, speed up and hide away those things that are still slow even on nowadays hardware.
SSD vendors circumvent this by adding several layers of write buffers to achieve good test results.
Re: Quickly restoring 1M+ files from backup
#5Re: Quickly restoring 1M+ files from backup
#6So, what is the solution for the SMB part?
So you can test for that in advance before the restore and switch to syncing each file individually. Or accept that the approach only works locally and do nothing more, since durability over SMB is a questionable thing.