Apologies if this is documented but I can't find it anywhere...
I have set up rclone + rclone_crypt towards my cloud provider (Pcloud)
Apart from mounting the volumes I'm not experimenting the direct sync. As a rsync old wolf the comparison stands out. The first think that I noticed is that:
pcoud doesn't support checksum verification (strange I'm sure they do this natively on their client). Is there anything perhaps I can add to the parameters to make this working?
I'm running the command in -P (progress) and I have noticed that killing it in the middle and restarting makes the transfer starting from 0%. Any way to have the sync resumed instead?
Just to clarify it's Pcloud not iCloud, but anyways the cryto part makes sense.
Looking forward to the resume/checksum over crypt
Thanks
As an additional feedback it makes more sense to limit the transfer to 1 by default against a cloud (or crypt) that doesn't support resume. Transferring 4 files at once and stopping them means transferring all of them when re-starting.
With 1 file at the time we lose only the part transfer of that file. More efficient that's all.