From 344d7505906e944eed841c7df4f3503fbd8fd3f7 Mon Sep 17 00:00:00 2001 From: jnkl Date: Wed, 22 Jan 2025 07:26:34 +0000 Subject: [PATCH] --- doc/forum/reupload_existing_files_to_bare_repo.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/reupload_existing_files_to_bare_repo.mdwn diff --git a/doc/forum/reupload_existing_files_to_bare_repo.mdwn b/doc/forum/reupload_existing_files_to_bare_repo.mdwn new file mode 100644 index 0000000000..bee9eb0d11 --- /dev/null +++ b/doc/forum/reupload_existing_files_to_bare_repo.mdwn @@ -0,0 +1,5 @@ +I created a bare repo on a small always on server and synced it with my desktop. + +Now, when I sync it with my laptop, annex on the laptop reuploads all files, which were already uploaded by the desktop. I see that because annex on the laptop fills the upstream even though the bare repo on the server does not take more harddisk space while this happens. + +Is this by design and why?