From f37259b9689cc0d77e076b2e2d7829e59298b0dc Mon Sep 17 00:00:00 2001 From: "web+git-annex@349c5d90cbeb85be6151d508cf84e7b83aa2280e" Date: Wed, 1 Jun 2022 04:34:53 +0000 Subject: [PATCH] --- doc/bugs/Redundant_quote_in_the_filepath_with_rsync_remote.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/Redundant_quote_in_the_filepath_with_rsync_remote.mdwn b/doc/bugs/Redundant_quote_in_the_filepath_with_rsync_remote.mdwn index 09a9f508b9..b011eb46b3 100644 --- a/doc/bugs/Redundant_quote_in_the_filepath_with_rsync_remote.mdwn +++ b/doc/bugs/Redundant_quote_in_the_filepath_with_rsync_remote.mdwn @@ -31,7 +31,7 @@ To figure out if it was really just the mangled path, I have added a symlink to Now the git annex get fails with - rsync: [sender] link_stat "/home/user/drive/Annex/t/eec/656/'GPGHMACSHA1--addf78b2c59182e951d16ce90e03900cfe15dc7c/GPGHMACSHA1--addf78b2c59182e951d16ce90e03900cfe15dc7c'" failed: No such file or directory (2) + rsync: [sender] link_stat "/home/user/drive/Annex/t/eec/656/'GPGHMACSHA1--addf78b2c59182e951d16ce90e03900cfe15dc7d/GPGHMACSHA1--addf78b2c59182e951d16ce90e03900cfe15dc7d'" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1835) [Receiver=3.2.4] rsync: [Receiver] write error: Broken pipe (32)