How I can create tar archive without some folders?
Now I’m creating tar archive of folder and deleting some folders from it. But it is takes long time.
Structure:
www
– sub f 1
– sub f 2
– sub f 3
need create archive only with folders (sub f 1) and (sub f 2)
(It is only for example, my really structure have more sub levels)
Thanks!
Does this works ?