Ivan Andreev
Ivan Andreev
#### What is the purpose of this change? This patch fixes retries caused by optimization introduced by - #5023 The `driveFs.ListR` result handler `listRRunner` treated empty directory listings returned by...
#### What is the problem you are having with rclone? 1. serve/docker `race` test (sometimes `quick` test) frequently got stuck until canceled on github ci, the `linux` job: - (race,...
## What problem are you are trying to solve? bisync delta engine and unit tests do not take backend time tolerance into account. this should be fixed. ## modtime in...
## What problem are you trying to solve? We should track critical filtering and change detection flags in sessions and either add a flag named `--use-saved-options` (or `--continue`)... or **by...
Mailru backend fails to authorize if two-factor authentication is enabled on user account. Also, if you try to use passwords that mail.ru generate specially for authorizing apps - you will...
## What problem are you are trying to solve? bisync does not honor `--track-renames` ! ## How do you think rclone should be changed to solve that? bisync should honor...
`rclone copy` and `rclone move` diverge in syntax and semantics from their unix counterparts. There are good reasons (efficiency and primary rclone function as a cloud tool) for why rclone...
#### The associated forum post URL from `https://forum.rclone.org` N/A #### What is your current rclone version (output from `rclone version`)? 1.57.0 #### What problem are you are trying to solve?...
### Intro The bisync pull request #5164 appeared too large to fulfil in a single rclone release. Plan is to merge it right after the rclone v1.57 release. The command...
Implement a subcommand with arguments and behavior similar to gnu `rsync` Originally submitted by @woky at https://github.com/rclone/rclone/issues/1228#issuecomment-347046806 **EDIT** In addition to `rsync` specifics the new command will have to support...