I love the idea of Storj, sharing space and having encrypted decentralized resources.
I have been playing with it a bit for a few different “at home” projects. All of them based on rclone at this point (not the S3 entry but standard storj entry for rclone). Things generally seemed to have worked over the past week or two which is great.
So, I tried copying some more sensitive files over based on an rclone mount (rclone mount --vfs-cache-mode=writes Storj: storj
) but I am now seeing errors:
2022/04/09 08:03:01 ERROR : ...ring.gpg~: Failed to copy: uplink: stream: ecclient: successful puts (46) less than success threshold (80)
2022/04/09 08:03:01 ERROR : ...ring.gpg~: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: uplink: stream: ecclient: successful puts (46) less than success threshold (80)
and
2022/04/09 08:02:29 ERROR : ...g.conf.bak: Failed to copy: uplink: stream: ecclient: successful puts (13) less than or equal to repair threshold (35)
2022/04/09 08:02:29 ERROR : ...g.conf.bak: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: uplink: stream: ecclient: successful puts (13) less than or equal to repair threshold (35)
(slightly edited to remove directory)
I had played with things earlier in the week and completely lost some copies (backups) of stuff and didn’t know why. I thought I had done something wrong but it might have been this type of thing.
This makes me nervous that things are not being copied up correctly. I see the files in the Storj website so I guess I am good.
Is this something I should be concerned about?