From 4a5b50fae85b94d423bfb1d2f09246b1aa7f789a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Aug 2022 12:33:24 -0400 Subject: [PATCH] comment --- ...comment_3_7150178b47a15857d5eece0fbe57a971._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Copying_many_files_to_bup_remotes_is_very_slow/comment_3_7150178b47a15857d5eece0fbe57a971._comment 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. +"""]]