m 1 révision importée |
Aucun résumé des modifications |
||
Ligne 20 : | Ligne 20 : | ||
== Liens externes == | == Liens externes == | ||
{{grebox-jck |class=col-lg-8|content= | |||
<favorites name=Tar/> | <favorites name=Tar/> | ||
}} | |||
[[Category:Commandes_Linux]] | [[Category:Commandes_Linux]] |
<keywords content="tar,FAQ" />
#filelist.txt est la liste des fichiers inclure cette liste tar -zcvf archive.tar.gz -T filelist.txt
#exemple avec /usr/share à exclure tar --exclude /usr/share/* -zcvf archive.tar.gz
tar -C /home/jlt/ -zcvf bin.tar.gz ./bin/*