mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02: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 (9c1e703777e6ad5bb0dbe4e9c0d9d7483597e852).
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…
x
Reference in New Issue
Block a user