If you have a big tarball and you dont want to extract all files and folders of it, you can use grep to extract only specific files or folders.
tar xfvkp Backup_23-06-07.tar.gz $(tar tf Backup_23-06-07.tar.gz | grep 'mySpecific/Folder')
One of millions web-development weblogs
If you have a big tarball and you dont want to extract all files and folders of it, you can use grep to extract only specific files or folders.
tar xfvkp Backup_23-06-07.tar.gz $(tar tf Backup_23-06-07.tar.gz | grep 'mySpecific/Folder')