mirror of
https://github.com/rclone/rclone.git
synced 2026-01-10 04:23:28 +00: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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user