diff --git a/doc/bugs/Copying_many_files_to_bup_remotes_is_very_slow/comment_3_7150178b47a15857d5eece0fbe57a971._comment b/doc/bugs/Copying_many_files_to_bup_remotes_is_very_slow/comment_3_7150178b47a15857d5eece0fbe57a971._comment new file mode 100644 index 0000000000..3fcd26ce91 --- /dev/null +++ b/doc/bugs/Copying_many_files_to_bup_remotes_is_very_slow/comment_3_7150178b47a15857d5eece0fbe57a971._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2022-08-09T16:28:16Z" + content=""" +While `bup split` can run on multiple files at once, it concacenates the +files together and stores a single object. That is not useful for git-annex. + +Using the borg pattern with bup is a good idea. +"""]]