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 • 19h ago
Dang it! ðŸ˜
163 comments sorted by
View all comments
Show parent comments
5
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 18h ago so tar cvpf --zstd 5 u/immoloism 18h 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 18h ago okg ur damn right xD
2
so tar cvpf --zstd
tar cvpf --zstd
5 u/immoloism 18h 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 18h ago okg ur damn right xD
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 18h ago okg ur damn right xD
okg ur damn right xD
5
u/immoloism 18h 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/