大きいサイズのファイルを分割
tar czvf - <圧縮したいファイル> | split -b 70m(70メガで分割) - <分割後のファイル名>
tar czvf - big-file | split -b 70m - big-file.tar.gz
上記で分割したファイルを元のサイズに合成する
cat * | tar xzvf -
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme