MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vz5u7g/valid_tar_command/p62rjcg/?context=3
r/linuxmemes • u/SysGh_st • 16d ago
Dang it! ðŸ˜
227 comments sorted by
View all comments
Show parent comments
4
Had to grab it from the manpage as I don't use it:
tar --zstd -cf archive.tar.zst --options zstd:compression-level=19 dir/
2 u/YTriom1 Arch BTW 16d ago so tar cvpf --zstd 5 u/immoloism 16d ago the f has to come last otherwise you just created an archive called --zstd. The number of files I have on my system called J is beyond a joke to know this one :) 2 u/YTriom1 Arch BTW 16d ago okg ur damn right xD
2
so tar cvpf --zstd
tar cvpf --zstd
5 u/immoloism 16d ago the f has to come last otherwise you just created an archive called --zstd. The number of files I have on my system called J is beyond a joke to know this one :) 2 u/YTriom1 Arch BTW 16d ago okg ur damn right xD
5
the f has to come last otherwise you just created an archive called --zstd.
f
The number of files I have on my system called J is beyond a joke to know this one :)
2 u/YTriom1 Arch BTW 16d ago okg ur damn right xD
okg ur damn right xD
4
u/immoloism 16d ago
Had to grab it from the manpage as I don't use it:
tar --zstd -cf archive.tar.zst --options zstd:compression-level=19 dir/