瀏覽代碼

Not root directory

microtasks
tech234a 3 年之前
父節點
當前提交
0e7ff62ee1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py 查看文件

@@ -290,7 +290,7 @@ while not gkiller.kill_now:
print("Waiting 5 minutes...")
sleep(300)

system("rsync -rltv --timeout=300 --contimeout=300 --progress --bwlimit 0 --recursive --partial --partial-dir .rsync-tmp --min-size 1 --no-compress --compress-level 0 --files-from=- /directory/ "+targetloc)
system("rsync -rltv --timeout=300 --contimeout=300 --progress --bwlimit 0 --recursive --partial --partial-dir .rsync-tmp --min-size 1 --no-compress --compress-level 0 --files-from=- directory/ "+targetloc)

# Report the batch as complete
for itemb in batchcontent:


Loading…
取消
儲存