mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-09-13 12:10:12 +02:00
build
This commit is contained in:
@@ -676,8 +676,9 @@ def backup_job(pl):
|
|||||||
logging.info(f"Last from day: {last}")
|
logging.info(f"Last from day: {last}")
|
||||||
for d in multiple_per_day[f]:
|
for d in multiple_per_day[f]:
|
||||||
logging.info(f"Looping multiple_per_day : {f} : {d}")
|
logging.info(f"Looping multiple_per_day : {f} : {d}")
|
||||||
|
dir_path = f"{BACKUP_ROOT}/{d}"
|
||||||
|
logging.info(f"removing {dir_path}")
|
||||||
|
#shutil.rmtree(dir_path)
|
||||||
|
|
||||||
|
|
||||||
cmnd = f"ls {BACKUP_ROOT}|grep _running"
|
cmnd = f"ls {BACKUP_ROOT}|grep _running"
|
||||||
|
Reference in New Issue
Block a user