Skip to content

Combining LZMA2 compression with tar

18/05/2011

Here’s a short post on the way to create or extract .txz (tar.xz) archives.

This way you’ll create a .txz file:

$ tar cvJf nameofarchive.txz directory_with_files\

And that way, you extract a .txz archive:

$ tar xvJf nameofarchive.txz

Easy huh?

Advertisement
Leave a Comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.