Nick Craig-Wood
Nick Craig-Wood
@MichaelEischer - thanks for your very clear explanation. A mutex per filename might be an attractive short term fix. I wonder if this would cause problems like this - restic...
> If you are creating the item, it works fine, but when the Internet Archive system has created metadata files after upload, and you try and sync again, rclone gives...
Is it likely you'd want to download these files? Maybe we should have a flag which hides them. Perhaps that should be the default? Thoughts @Lesmiscore ?
It looks like `source` and `format` appear in rclone metadata ``` $ rclone lsjson -M --stat TestIA:rclone-integration-test/rclone-integration-test_archive.torrent { "Path": "rclone-integration-test_archive.torrent", "Name": "rclone-integration-test_archive.torrent", "Size": 1846, "MimeType": "application/x-bittorrent", "ModTime": "2022-08-04T07:53:01.000000000+01:00", "IsDir": false,...
Can you have a try with this? [v1.60.0-beta.6390.c520e5269.fix-6353-metadata-filter](https://beta.rclone.org/branch/fix-6353-metadata-filter/v1.60.0-beta.6390.c520e5269.fix-6353-metadata-filter/) on branch [fix-6353-metadata-filter](https://github.com/rclone/rclone/tree/fix-6353-metadata-filter) (uploaded in 15-30 mins) This implements metadata filtering - this works exactly like the path filtering, but on the...
I can't immediately replicate this - I can list folders with > 1000 images in. Can you do `rclone lsf -vv --dump responses gphotos:album` in an album which isn't showing...
@arseniy-panfilov thanks for that link. In a comment a user says > What has interestingly helped me get these albums straight is sharing them, waiting (1 minute?), listing their contents,...
> Setting a bandwidth limit on upload to storj results in no upload limit being set for storj, and the full bandwidth being saturated. If you are using storj native...
> But unfortunately this doesn't work. It ends up rate limiting the download from google drive, which long term might/will average down the storj upload to the same rate. You...
> Objective is to rate limit the the upload traffic to always stay under a set amount for storj transfers. rclone does this as expected with google drive. Unfortunately, with...