mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
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
@ -655,12 +655,6 @@ func (s *syncCopyMove) run() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Make the destination directory
|
||||
err := Mkdir(s.fdst, s.dir)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Start background checking and transferring pipeline
|
||||
s.startCheckers()
|
||||
s.startRenamers()
|
||||
|
Loading…
Reference in New Issue
Block a user