EADST

Pack the Large Size of Folder into the tar File

Pack the Large Size of the Folder into the tar File.

# archive the data into tar and split into 10GB slices
tar cvf - dir1 dir2 file1 file2 | split -b 10G -d - folder_name.tar.

# extract the data
cat folder_name.tar.* | tar xvf -
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文242篇,共被浏览291059

本站已经建立1780天!

热门文章
文章归档
回到顶部