Tar
ph
split during creation
tar -cvpz <put options here> / | split -d -b 3900m - /name/of/backup.tar.gz.
- f option이 없음
- -d : suffix는 numerical
- -b : size. 3900m은 FAT32 partition에 맞춘 것이다.
- 그 다음 차례로, stdin, prefix.
최고의 tar를 이용한 백업문서. 이 상위문서도 아주 훌륭하다.
reconstitute the archive
cat *tar.gz* | tar -xvpzf - -C /