Tag: tatfile

March 6, 2021

How to create a compressed tar file with the relative file path in python

Whether you are working on file-heavy applications or on logs heavy applications, compressing files to save storage is very useful for efficient files management as well as disk storage management. Recently I worked on a project which required compressing a set of files and folders and below are some useful things I noticed while creating a compressed tar file in python: Create a simple tar […]