rclone-dev:pr-bisync

Last commit made on 2021-09-30
Get this branch:
git clone -b pr-bisync https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
pr-bisync
Repository:
lp:rclone-dev

Recent commits

b6dca27... by Ivan Andreev

bisync: documentation - #5164

Co-authored-by: Chris Nelson <email address hidden>

db5a2a1... by Ivan Andreev

bisync: implementation - #5164

Fixes #118

Co-authored-by: Chris Nelson <email address hidden>

7c23d3b... by Ivan Andreev

bisync: test scenarios - #5164

Co-authored-by: Chris Nelson <email address hidden>

7503666... by Ivan Andreev

filter: export GlobToRegexp

0902e5c... by Nick Craig-Wood

vfs: Ignore ECLOSED in Setattr when truncating file handles

Before this change file handles could get closed while the truncate
the file handles loop was running.

This would mean that ocassionally an ECLOSED (which is translated into
EBADF by cmd/mount) would spuriously be returned if Release happened
to happen in the middle of a Truncate call (Setattr called with
size=0).

This change ignores the ECLOSED while truncating file handles.

See: https://forum.rclone.org/t/writes-to-wasabi-mount-failing-with-bad-file-descriptor-intermittently/26321

5b6bcfc... by Nick Craig-Wood

Add HNGamingUK to contributors

1409b89... by HNGamingUK <email address hidden>

swift: document OVH Cloud Archive - fixes ##3041

Added documentation for OVH Cloud Archive, provides information on how to restore/unfreeze/download objects.

00c6642... by Fred <email address hidden>

seafile: fix 2fa state machine

badefdb... by Nick Craig-Wood

pcloud: try harder to delete a failed upload

This fixes the integration tests when testing errored uploads

9c25338... by Nick Craig-Wood

pcloud: return an early error when Put is called with an unknown size

This stops the 10 minute pause in the integration tests