add comments

This commit is contained in:
Jakobus Schürz 2020-04-20 07:20:38 +02:00
parent a297f48cc7
commit 57611fa5fc

View file

@ -164,9 +164,11 @@ class WorkdirFS(Operations):
def _cleanup_dirs(self):
print("Cleanup dir", self.yesterdaypath)
#zip_fileext=".gz"
zip_fileexts=[".gz","tgz",".gz.tar"]
# zip_fileext is used for output
zip_fileext=".gz"
# zip_fileexts is a single string or a list of strings, which files
# should not be ceompressed
zip_fileexts=[".gz","tgz",".gz.tar"]
zip_compressionlevel=5
#for root, dirs, files in os.walk(self.yesterdaypath, topdown=False):
print("Archivepath",self.archivpathbase)