Copying a 1TB sparse file

后端 未结 4 2018
醉话见心
醉话见心 2020-12-28 17:33

I got a sparse file of 1TB which stores actually 32MB data on Linux.

Is it possible to \"efficiently\" make a package to store the sparse file? The package should be

4条回答
  •  执念已碎
    2020-12-28 18:06

    From a related question, maybe rsync will work:

    rsync --sparse sparse-1 sparse-1-copy
    

提交回复
热议问题