ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Многотомный tar-архив без split
@ 2008-09-19 11:38 Денис Ягофаров
  2008-09-19 12:17 ` Kirill A. Shutemov
  2008-09-19 14:14 ` Sergey Vlasov
  0 siblings, 2 replies; 6+ messages in thread
From: Денис Ягофаров @ 2008-09-19 11:38 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

Добрый день.

Я хочу создать tar'ом многотомный архив.... но без помощи split... 
пробую так:
$ export ARG=1
$ tar -c -M -L 30000 --new-volume-script="cp test.tar 
test$(ARG=$(($ARG+1))  ; echo $ARG).tar" -f test.tar /folder-test

Но ARG не меняется....
Когда пробую:
$ echo $(export ARG=$(($ARG+1)) ; echo $ARG)
или
$ echo $( ARG=$(($ARG+1)) ; echo $ARG)
Результат один и тот же.... Как поменять глобальный ARG из "под-"скрипта?

[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 281 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: [Comm] Многотомный tar-архив без split
  2008-09-19 11:38 [Comm] Многотомный tar-архив без split Денис Ягофаров
@ 2008-09-19 12:17 ` Kirill A. Shutemov
  2008-09-19 12:29   ` Денис Ягофаров
  2008-09-19 14:14 ` Sergey Vlasov
  1 sibling, 1 reply; 6+ messages in thread
From: Kirill A. Shutemov @ 2008-09-19 12:17 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]

On Fri, Sep 19, 2008 at 02:38:40PM +0300, =?KOI8-R?Q?=E4=C5=CE=C9=D3_=F1=C7=CF=C6=C1=D2=CF=D7_ wrote:
> Добрый день.
> 
> Я хочу создать tar'ом многотомный архив.... но без помощи split... 

Э.. А зачем есть кактус?

> пробую так:
> $ export ARG=1
> $ tar -c -M -L 30000 --new-volume-script="cp test.tar 
> test$(ARG=$(($ARG+1))  ; echo $ARG).tar" -f test.tar /folder-test
> 
> Но ARG не меняется....
> Когда пробую:
> $ echo $(export ARG=$(($ARG+1)) ; echo $ARG)
> или
> $ echo $( ARG=$(($ARG+1)) ; echo $ARG)
> Результат один и тот же.... Как поменять глобальный ARG из "под-"скрипта?

> begin:vcard
> fn:Denis Timurovich Yagofarov
> n:Yagofarov;Denis Timurovich
> org:ITGIS NASU
> adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
> email;internet:denyago@rambler.ru
> title:system administrator
> tel;work:80442480755
> x-mozilla-html:FALSE
> version:2.1
> end:vcard
> 

> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [Comm] Многотомный tar-архив без split
  2008-09-19 12:17 ` Kirill A. Shutemov
@ 2008-09-19 12:29   ` Денис Ягофаров
  2008-09-19 15:37     ` Alexey I. Froloff
  0 siblings, 1 reply; 6+ messages in thread
From: Денис Ягофаров @ 2008-09-19 12:29 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

Kirill A. Shutemov пишет:
> On Fri, Sep 19, 2008 at 02:38:40PM +0300, =?KOI8-R?Q?=E4=C5=CE=C9=D3_=F1=C7=CF=C6=C1=D2=CF=D7_ wrote:
>   
>> Добрый день.
>>
>> Я хочу создать tar'ом многотомный архив.... но без помощи split... 
>>     
>
> Э.. А зачем есть кактус
Потому что не во всех операционках есть cat по умолчанию =(((

[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 269 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: [Comm] Многотомный tar-архив без split
  2008-09-19 11:38 [Comm] Многотомный tar-архив без split Денис Ягофаров
  2008-09-19 12:17 ` Kirill A. Shutemov
@ 2008-09-19 14:14 ` Sergey Vlasov
  2008-09-19 14:52   ` Денис Ягофаров
  1 sibling, 1 reply; 6+ messages in thread
From: Sergey Vlasov @ 2008-09-19 14:14 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

On Fri, Sep 19, 2008 at 02:38:40PM +0300, Денис Ягофаров wrote:
> Я хочу создать tar'ом многотомный архив.... 
> но без помощи split... пробую так:
> $ export ARG=1
> $ tar -c -M -L 30000 --new-volume-script="cp test.tar 
> test$(ARG=$(($ARG+1))  ; echo $ARG).tar" -f test.tar /folder-test
> 
> Но ARG не меняется....
> Когда пробую:
> $ echo $(export ARG=$(($ARG+1)) ; echo $ARG)
> или
> $ echo $( ARG=$(($ARG+1)) ; echo $ARG)
> Результат один и тот же.... Как поменять 
> глобальный ARG из "под-"скрипта?

Это невозможно - скрипт выполняется в отдельном экземпляре shell,
который не имеет доступа к переменным других экземпляров.

На самом деле нужно прочитать info '(tar)Multi-Volume Archives' -
там приводится уже почти готовый пример скрипта, создающего
нумерованные файлы (причём имя файла скрипт должен выдавать не в
stdout, а в >&$TAR_FD).  Аналогичный скрипт нужно будет использовать
и при распаковке архива, чтобы tar нашёл нужные файлы томов.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] Многотомный tar-архив без split
  2008-09-19 14:14 ` Sergey Vlasov
@ 2008-09-19 14:52   ` Денис Ягофаров
  0 siblings, 0 replies; 6+ messages in thread
From: Денис Ягофаров @ 2008-09-19 14:52 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

Sergey Vlasov пишет:
> На самом деле нужно прочитать info '(tar)Multi-Volume Archives' -
> там приводится уже почти готовый пример скрипта, создающего
> нумерованные файлы (причём имя файла скрипт должен выдавать не в
> stdout, а в >&$TAR_FD).  Аналогичный скрипт нужно будет использовать
> и при распаковке архива, чтобы tar нашёл нужные файлы томов.
>   
Нашел... вот что получилось:

$ tar --version
tar (GNU tar) 1.15.1

$cat ~/new-volume
#! /bin/sh
echo Preparing volume $TAR_VOLUME of $TAR_ARCHIVE.
name=`expr $TAR_ARCHIVE : '\(.*\)-.*'`
case $TAR_SUBCOMMAND in
-c)       ;;
-d|-x|-t) test -r ${name:-$TAR_ARCHIVE}-$TAR_VOLUME || exit 1
          ;;
*)        exit 1
esac
echo ${name:-$TAR_ARCHIVE}-$TAR_VOLUME >&$TAR_FD

$ tar -c -M -L1024 -f archive.tar -F ~/new-volume /var/cache/apt
tar: Removing leading `/' from member names
Preparing volume of .
expr: syntax error
tar: `/root/new-volume' command failed
tar: Error is not recoverable: exiting now

Попробовал просто:
$ tar -c -M -L1024 -f archive.tar -F "echo $TAR_VOLUME" /var/cache/apt
tar: Removing leading `/' from member names
*Получил просто пустые строки, видимо отработал echo*

Выходит, переменные не передаются =(.

[-- Attachment #2: denyago.vcf --]
[-- Type: text/x-vcard, Size: 269 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
x-mozilla-html:FALSE
version:2.1
end:vcard


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

* Re: [Comm] Многотомный tar-архив без split
  2008-09-19 12:29   ` Денис Ягофаров
@ 2008-09-19 15:37     ` Alexey I. Froloff
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey I. Froloff @ 2008-09-19 15:37 UTC (permalink / raw)
  To: Mailing list for ALT Linux users

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

* Денис Ягофаров <denyago@> [080919 18:52]:
> >> Я хочу создать tar'ом многотомный архив.... но без помощи split... 
> > Э.. А зачем есть кактус
> Потому что не во всех операционках есть cat по умолчанию =(((
Эх, молодёжжжж...

C:\> COPY /B FILE1+FILE2+FILE3 DESTFILE

-- 
Regards,
Sir Raorn.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2008-09-19 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-19 11:38 [Comm] Многотомный tar-архив без split Денис Ягофаров
2008-09-19 12:17 ` Kirill A. Shutemov
2008-09-19 12:29   ` Денис Ягофаров
2008-09-19 15:37     ` Alexey I. Froloff
2008-09-19 14:14 ` Sergey Vlasov
2008-09-19 14:52   ` Денис Ягофаров

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