To create a backup of entire directory I do:
tar -cPzf /home/misha/path/to/tar/tar_name.tar.gz
-C /home/misha/path/to/directory/to/backup .
In the resulting tar_name.tar.gz beside the files themselves I see also the . directory.
Is it possible not to create it ?
