option de tar

Top Page

Reply to this message
Author: Sylvain Pogodalla
Date:  
To: Frederic Ollivier
CC: GUILDE
Subject: option de tar
Bonjour,

>>>>> "Frederic" == Frederic Ollivier <Frederic.Ollivier@???> writes:


    Frederic> je n'arrive pas a touvé l'option de tar pour couper une
    Frederic> archiev en plusieurs morceau lors de sa création.


    Frederic> Ca exite ?



tar -M -L650000 (pour 650Mo)

http://www.gnu.org/software/tar/manual/html_node/Multi_002dVolume-Archives.html#Multi_002dVolume-Archives

En cours de route, il demande de changer le medium. Il faut alors
changer le nom.

Par ex:
tar cvf toto1.tar -L -M650000
(...)
Prepare volume #2 for `toto1.tar' and hit return: [taper n toto2.tar]
Prepare volume #2 for `toto2.tar' and hit return: [taper return]


etc.

Ou bien si su connais déjà le nombre de fichier :
tar cvfff toto1.tar toto2.tar toto3.tar


Pour extraire :
tar xvf toto1.tar -M

et même jeu.

S.