ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Многотомные архивы
@ 2005-01-03 17:51 VITICH
  2005-01-03 20:19 ` Sasha Martsinuk
  2005-01-06 13:49 ` [Comm] " Michael Shigorin
  0 siblings, 2 replies; 7+ messages in thread
From: VITICH @ 2005-01-03 17:51 UTC (permalink / raw)
  To: community

Подскажите чем можно создавать многотомные архивы?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Многотомные архивы
  2005-01-03 17:51 [Comm] Многотомные архивы VITICH
@ 2005-01-03 20:19 ` Sasha Martsinuk
  2005-01-04  7:48   ` VITICH
  2005-01-06 13:49 ` [Comm] " Michael Shigorin
  1 sibling, 1 reply; 7+ messages in thread
From: Sasha Martsinuk @ 2005-01-03 20:19 UTC (permalink / raw)
  To: community

VITICH wrote:
> Подскажите чем можно создавать многотомные архивы?

tar -c blahblablah | split

man split

--
WBR,
Sasha aka mr.Scamp
			    mailto:sasha@sasha.rv.ua


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Многотомные архивы
  2005-01-03 20:19 ` Sasha Martsinuk
@ 2005-01-04  7:48   ` VITICH
  2005-01-04  8:33     ` Sasha Martsinuk
  0 siblings, 1 reply; 7+ messages in thread
From: VITICH @ 2005-01-04  7:48 UTC (permalink / raw)
  To: community

Sasha Martsinuk пишет:

> VITICH wrote:
>
>> Подскажите чем можно создавать многотомные архивы?
>
>
> tar -c blahblablah | split
>
> man split

делал split -b100m блабла.avi - вроде всё ОК, собрал под виндой тотал 
командером - а оказалось что фильм смотреть нельзя из-за странного 
искажения  - кадры дёрганые.
Как я понял tar использует всё тот же split
А zipsplit ругается на то что слишком большой zip to be split


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Многотомные архивы
  2005-01-04  7:48   ` VITICH
@ 2005-01-04  8:33     ` Sasha Martsinuk
  2005-01-04  8:47       ` VITICH
  0 siblings, 1 reply; 7+ messages in thread
From: Sasha Martsinuk @ 2005-01-04  8:33 UTC (permalink / raw)
  To: community

VITICH wrote:

> делал split -b100m блабла.avi - вроде всё ОК, собрал под виндой тотал 
> командером - а оказалось что фильм смотреть нельзя из-за странного 
> искажения  - кадры дёрганые.
> Как я понял tar использует всё тот же split
> А zipsplit ругается на то что слишком большой zip to be split

tar -c file.avi | split -b 100m

В таком случае будет всё нормально.

P.S. Таким же методом, только чанками поменьше сделан например 
дистрибутив FreeBSD. У них в процессе установки делается что-то вроде
cat file.??? | tar -x

--
WBR,
Sasha aka mr.Scamp
			    mailto:sasha@sasha.rv.ua


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Многотомные архивы
  2005-01-04  8:33     ` Sasha Martsinuk
@ 2005-01-04  8:47       ` VITICH
  0 siblings, 0 replies; 7+ messages in thread
From: VITICH @ 2005-01-04  8:47 UTC (permalink / raw)
  To: community

Sasha Martsinuk пишет:

>
> tar -c file.avi | split -b 100m
>
> В таком случае будет всё нормально.
>
> P.S. Таким же методом, только чанками поменьше сделан например 
> дистрибутив FreeBSD. У них в процессе установки делается что-то вроде
> cat file.??? | tar -x

Спасибо!


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Comm] Re: Многотомные архивы
  2005-01-03 17:51 [Comm] Многотомные архивы VITICH
  2005-01-03 20:19 ` Sasha Martsinuk
@ 2005-01-06 13:49 ` Michael Shigorin
  2005-01-15 10:08   ` Aleksander N. Gorohovski
  1 sibling, 1 reply; 7+ messages in thread
From: Michael Shigorin @ 2005-01-06 13:49 UTC (permalink / raw)
  To: community

On Mon, Jan 03, 2005 at 07:51:19PM +0200, VITICH wrote:
> Подскажите чем можно создавать многотомные архивы?

Если всё равно тащить под win -- возьмите rar.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Re: Многотомные архивы
  2005-01-06 13:49 ` [Comm] " Michael Shigorin
@ 2005-01-15 10:08   ` Aleksander N. Gorohovski
  0 siblings, 0 replies; 7+ messages in thread
From: Aleksander N. Gorohovski @ 2005-01-15 10:08 UTC (permalink / raw)
  To: community

On Thu, 6 Jan 2005 15:49:35 +0200, Michael Shigorin <mike@osdn.org.ua>  
wrote:

> On Mon, Jan 03, 2005 at 07:51:19PM +0200, VITICH wrote:
>> Подскажите чем можно создавать многотомные архивы?
>
> Если всё равно тащить под win -- возьмите rar.

Вроде, уже есть такая возможность и у нового 7z



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-15 10:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-03 17:51 [Comm] Многотомные архивы VITICH
2005-01-03 20:19 ` Sasha Martsinuk
2005-01-04  7:48   ` VITICH
2005-01-04  8:33     ` Sasha Martsinuk
2005-01-04  8:47       ` VITICH
2005-01-06 13:49 ` [Comm] " Michael Shigorin
2005-01-15 10:08   ` Aleksander N. Gorohovski

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git