Displaying 1 result from an estimated 1 matches for "a18186".
Did you mean:
518186
2007 Sep 17
0
assertion failed after too many links error
...fails (rsync then copies the file instead of linking, apparently);
also, it doesn't go wrong if the file list isn't that large:
$ rm a????
$ ln a??? ../b
(removing a??? and linking a?? doesn't demonstrate the effect)
$ cd ..
$ rsync -aHv --link-dest ../b/ a/ c/
...
a18185 => a100
a18186 => a100
rsync: link "/tmp/c/a18187" => a100 failed: Too many links (31)
rsync: link "/tmp/c/a182" => ../b/a182 failed: Too many links (31)
rsync: hlink.c:449: finish_hard_link: Assertion `flist != ((void *)0)' failed.
rsync: connection unexpectedly closed (65601 byt...