Date: Sat, 21 Sep 2019 16:47:29 +1000 From: MJ <mafsys1234@gmail.com> To: Victor Sudakov <vas@mpeks.tomsk.su>, freebsd-questions@freebsd.org Subject: Re: multi-volume archives Message-ID: <05ca327a-2b01-54fd-016a-ba84584095a7@gmail.com> In-Reply-To: <20190921063003.GA81956@admin.sibptus.ru> References: <20190921063003.GA81956@admin.sibptus.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On 21/09/2019 4:30 pm, Victor Sudakov wrote: > Dear Colleagues, > > Which is now the most convenient way to create multi-volume archives? To > fit an archive on a FAT32 flash drive, a volume size should not exceed 4g. > > I have traditionally used "tar | split" to pack, then "cat | tar" to > unpack. But split is very slow, and generally this way is clumsy. > > I don't want to use "zip -s" either, because I think zip does not > preserve symlinks, hardlinks, permissions... to cut a long story short, > I don't believe in zip as a Unix archiver. > > Any more ideas? Hi Victor, If you don't like zip, what about 7zip? It has volumes which allow you to break it up on the fly into parts Whether this is overall faster than tar|split is unknown. Cheers Mark PS. I always use tar|split if that's the requirement. If it's slow, I go get a coffee... :-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05ca327a-2b01-54fd-016a-ba84584095a7>