avoid --no-inplace
Not available on systems with shoddy getopts. Should not be necessary, as that's rsync's default.
This commit is contained in:
parent
391356b343
commit
81b20a581a
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ checkPresent r o k = do
|
|||
- ensure that files are only moved into place once complete
|
||||
-}
|
||||
partialParams :: CommandParam
|
||||
partialParams = Params "--no-inplace --partial --partial-dir=.rsync-partial"
|
||||
partialParams = Params "--partial --partial-dir=.rsync-partial"
|
||||
|
||||
{- Runs an action in an empty scratch directory that can be used to build
|
||||
- up trees for rsync. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue