So the simplest solution for this problem is to:
- use tar to create an umcompressed archive (with proper permissions etc archived), then
- use 7z to compress tar file
tar -cf out.tar /path/to/archive 7z a out.tar.7z out.tar
Here I'm going to publish some computer-related notes. Areas supposed to be covered here: linux, chemoinformatics, tips... I hope it will be useful not only for me, but also for others.
tar -cf out.tar /path/to/archive 7z a out.tar.7z out.tar
Brak komentarzy:
Prześlij komentarz