added mysqldump support

This commit is contained in:
christian
2021-11-02 21:36:38 +01:00
parent 30f4228f24
commit 33749c149c
6 changed files with 47 additions and 8 deletions
+1
View File
@@ -16,6 +16,7 @@ class local_dir_remote:
glob_pattern = '*'
glob_pattern_recursive = '**'
if not recursive_search:
#os.
for file_demo in list(path.glob(glob_pattern)):
mtime = datetime.fromtimestamp(os.stat(file_demo).st_mtime)
if mtime < datetime.now() - delta: