tarfile-Progress-Reporter
tarfile-Progress-Reporter copied to clipboard
Question/Feature
I am not yet very skilled at Python, but looking at this lib, I got an idea. Would it be possible to upload FTP on the fly using this library? So instead of tracking progress, you would upload the current state of buffer (io library)?
Just a thought. I cannot seem to find a solution to backup tar on the fly using Python. Avoid storing on disk first and in memory.