I am wondering, i like 7z compression but how do i compress data only? i dont want a file in the archive with file info. Just raw data, how can i do this? it would also be nice if i can remove headers too but that isnt necessary.
Asked
Active
Viewed 1,042 times
1 Answers
3
From man 7z
:
-si Read data from StdIn (eg: tar cf - directory | 7z a -si directory.tar.7z)

Mark Rushakoff
- 249,864
- 45
- 407
- 398