added mysqldump support
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user