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

#split -b 50M arcsight_dump_system_tables.sql.gz

#xaa xab

#cat xa* > arcsight_dump_system_tables.sql.gz 

if you have any doubt ,you can check man manual .It will help you what to do use the command of tar .

Note:The method can resolve the package too large to upload internat space , Just example when I meet .

最新文章

  1. noip2015 运输计划
  2. ThinkPHP报错处理
  3. 10.11 安装pod
  4. [Webpack 2] Validate your Webpack config with webpack-validator
  5. 20169210《Linux内核原理与分析》第一周作业
  6. Linux系统编程(17)——正则表达式进阶
  7. 织梦sitemap模板获取文章列表
  8. [Q]AdobePDF打印机“仅依靠系统字体”问题
  9. Windows下MongoDB安装及创建用户名和密码
  10. web移动端Fixed在Input获取焦点时ios下产生的BUG及处理
  11. 数组a[n]中存放1-n中的n-1个数,给出算法找出重复的那一个数
  12. window批处理修改计算机名
  13. JS实现购物商城商品放大
  14. 中州韻输入法框架 ibus-rime 修改样式
  15. ELK(下)
  16. 进入Linux单用户模式
  17. CentOs 7.3下ELK日志分析系统搭建
  18. 【Java】数组使用
  19. nohup命令详解
  20. MySQL☞length函数

热门文章

  1. String、StringBuffer和StringBuilder,定义一个自己的StringBuilder的类
  2. JDBC 学习笔记(六)—— PreparedStatement
  3. hdu6085[压位+暴力] 2017多校5
  4. docker (centOS 7) 使用笔记2 - 使用nfs作为volume
  5. debug模式总是自动跳到ThreadPoolExecutor
  6. oracle中查询BLOB
  7. Vmware Linux虚拟机磁盘扩容方法
  8. HDU 2594 kmp算法变形
  9. 快速沃尔什变换 FWT
  10. C语言扩展题