浏览代码

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:


正在加载...
取消
保存