Skip to content

Commit

Permalink
--preallocate FAT/NFTS note for (lmacken#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Apr 10, 2023
1 parent 52c984c commit 565df63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plow.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
if SHUFFLE:
random.shuffle(DESTS)


# Rsync parameters. For FAT/NTFS you may need to remove --preallocate
if BWLIMIT:
RSYNC_FLAGS = f"--remove-source-files --preallocate --whole-file --bwlimit={BWLIMIT}"
else:
Expand Down

0 comments on commit 565df63

Please sign in to comment.