Need help with tar
Hello
I need help with tar. I want to create a tar archive and compress it at one operation. I want also to exclude some subdirectories from a directory which is archived.
For example I need to archive the /aaa/bbb/ccc directory and create the ccc.tar.gz file. But I don't want the /aaa/bbb/ccc/ddd directory to be archived. Is it possible to that all issues at once in one command?
Regards,
Pit
|