Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass --error-on-no-transfer to 'rclone copyto'
GET and PUT are meant to exit nonzero on failure, and without this flag, they always exit zero when rclone is used, even when a file is not found. That confuses other parts of the code. Signed-off-by: Nathan Todd-Stone <[email protected]>
- Loading branch information