Browse Source

Not root directory

microtasks
tech234a 3 years ago
parent
commit
0e7ff62ee1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py View File

@@ -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…
Cancel
Save