-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal hashtable error: illegal key supplied! (v3.4) #697
Comments
Likewise with Debian's This is blocking some of my backups system (syncing files from one host to another). The Debian bug for this ( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093052 ) points to this being related to combining |
I also got same error on FreeBSD 14.2, like
It seems this is related to -H option (see also #702) and it causes if the source is a directory node without '/' and the destination is a directory, e.g:
|
It looks like |
|
fixes commit 688f5c3 (Refuse a duplicate dirlist.) Fixes: RsyncProject#702 Fixes: RsyncProject#697
It is not a quick and dirty work-around, because a trailing / on the source means something different than when the trailing / is omitted. The former copies the source directory itself whereas the latter copies the source's content. |
Sadly I don't believe that this approach can work for those of us generating incremental backups using rsync's --link-dest option, though I admittedly haven't tried |
With v3.4, getting error: Internal hashtable error: illegal key supplied!
(no error with 3.3)
MacOS 15.2
The text was updated successfully, but these errors were encountered: