首页 > 其他 > 详细

Use the command of tar to multi-part archive method.

时间:2015-09-18 11:50:48      阅读:143      评论:0      收藏:0      [点我收藏+]

We usually meet the package too large to upload internat space when upload have a limited .So we need to split the package into several pieces

,then you can upload those after the split packages to your the specified space .

the command is following :

#tar czvf arcsight_dump_system_tables.sql.gz  arcsight_dump_system_tables.sql
#xaa xab
#cat xa* > arcsight_dump_system_tables.sql.gz 

Use the command of tar to multi-part archive method.

原文:http://www.cnblogs.com/rick52o/p/4818513.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!