Syntaxe à utiliser pour exclurer certains répertoires lors de la création d’une archive avec tar
tar cvfz myproject.tgz —exclude=‘path/dir_to_exclude1’ —exclude=‘path/dir_to_exclude2’ myproject
tar cvfz myproject.tgz —exclude=‘path/dir_to_exclude1’ —exclude=‘path/dir_to_exclude2’ myproject
Router# archive tar /xtract tftp://x.x.x.x/source flash:/file-url
while read line; do tar -P -c -T – -f archive.tar.gz done < liste_diff.txt Le fichier fourni en paramètre contient une liste de fichiers… Read More »Créer un fichier tar.gz à partir d’un fichier listant un certains nombres de fichiers