Nov 30
This is an example from http://www.linux-user.de/ausgabe/2001/07/030-split/split.html:
1 | tar cz /home/user | split -b95m - archiv.tgz.split. |
Put together files with:
1 | cat [dateiname].split.* | tar x |
This is an example from http://www.linux-user.de/ausgabe/2001/07/030-split/split.html:
1 | tar cz /home/user | split -b95m - archiv.tgz.split. |
Put together files with:
1 | cat [dateiname].split.* | tar x |