Is there a parameter for giving input list from a list file to tar file?
I known in cli "-T" parameter can do this, but tarfile.py has something like that?
I use subprocess but i want to handle it without cli 'tar' command.
Thank you.
Is there a parameter for giving input list from a list file to tar file?
I known in cli "-T" parameter can do this, but tarfile.py has something like that?
I use subprocess but i want to handle it without cli 'tar' command.
Thank you.