Aucun résumé des modifications |
|||
Ligne 17 : | Ligne 17 : | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
tar -C /home/jlt/ -zcvf bin.tar.gz ./bin/* | tar -C /home/jlt/ -zcvf bin.tar.gz ./bin/* | ||
</syntaxhighlight> | </syntaxhighlight><br> | ||
== Liens externes == | == Liens externes == |
<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/*