forked from TrueCloudLab/rclone
Don't Mkdir at the start of sync - fixes #1131
This is possible now that the bucket based remotes will create the
buckets on demand (9c1e703777
).
This commit is contained in:
parent
e54087ece1
commit
f88300a153
1 changed files with 0 additions and 6 deletions
|
@ -655,12 +655,6 @@ func (s *syncCopyMove) run() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make the destination directory
|
|
||||||
err := Mkdir(s.fdst, s.dir)
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// Start background checking and transferring pipeline
|
// Start background checking and transferring pipeline
|
||||||
s.startCheckers()
|
s.startCheckers()
|
||||||
s.startRenamers()
|
s.startRenamers()
|
||||||
|
|
Loading…
Add table
Reference in a new issue