Hi list...<br><br>I try to make a script to save my computer. I would like tu use tar to create a  file and then compress it.<br>I have a directory to save located in a home dir, but inside it a temp dir I dont want to save. I try the --exclude option of tar to discard this one, but it don't seem to work.
<br>Someone can help me?<br><br>Can i use in the same way the ' -X option to exlude more than 1 dir?<br><br><span style="font-style: italic;">tar --acls --append --exclude /home/web/current/temp  -vf /data/save/save.tar /home/web/current/ >> /data/save/sauve.log
</span><br><br>Thanks for your help.<br>Guillaume