"KeyTooLongError: Your key is too long" with rsync
-
Does anyone else get "KeyTooLongError: Your key is too long" errors on using rsync & encryption for backups with EspoCRM?
It happens with the basic installation and nothing changed other than the logo and localisation settings:

(The backups above that are Tarballs but that's impractical for larger servers.)
-
I guess this is towards an S3 storage? The issue comes from the backup encryption which also encrypts the filenames with rsync and thus if the directory tree is too deep it will eventually fail faster than without, depending on the filename length supported by the used storage.
Often this happens with Nextcloud but it can hit with any app of course. I don't think there is any other solution for now besides disabling backup encryption.
-
I guess this is towards an S3 storage? The issue comes from the backup encryption which also encrypts the filenames with rsync and thus if the directory tree is too deep it will eventually fail faster than without, depending on the filename length supported by the used storage.
Often this happens with Nextcloud but it can hit with any app of course. I don't think there is any other solution for now besides disabling backup encryption.
@nebulon Yeah S3. I just thought it strange to happen with the clean install but I guess that's how it's designed. Thanks, I'll have a rethink on the options.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
The key limit limitations are documented here -