tar -cvf file.tar file1 file2 ...
gzip -9 file.tar
split -b 20M (or 3GB) -d file.tar.gz
cat x0* > file.tar.gz
tar zxvf file.tar.gz
A lot of time is spent on solving problems regarding software conflicts.
Searching in forums is quite difficult and a lot of things are missing.
Here you can find useful advice on how to solve problems quickly and ... forever!
No comments:
Post a Comment