On 01/23/2011 09:22 AM, kellyremo wrote:
> When i rith click on a file in nautilus, i could see, this:
>
> Compress -> .tar.xz
> Compress -> .tar.7z
>
> But there not using the best compression method: smallest file/longest
> creation time, like:
>
> 7z a -mx=9 FOO.tar.7z FOO.tar
>
> xz -9 -z F
When i rith click on a file in nautilus, i could see, this:
Compress -> .tar.xz
Compress -> .tar.7z
But there not using the best compression method: smallest file/longest creation
time, like:
7z a -mx=9 FOO.tar.7z FOO.tar
xz -9 -z FOO.TAR
How could i set it in nautilus, to ".tar.xz" with "-9"