7-zip archive with hard links?
- by Steven Penny
I see that tar respects hard links
$ ln clonezilla.iso test.iso
$ tar cfvvJ archive.tar.xz *.iso
-rw-r--r-- Steven 111149056 2012-03-25 07:34 clonezilla.iso
hrw-r--r-- Steven 0 2012-03-25 07:34 test.iso link to clonezilla.iso
7-Zip does not do this
$ 7z a -mx=9 archive.7z *.iso
$ ls -l
-rw-r--r-- 1 Steven 212827496 Apr 17 07:40…