From: jnkl Date: Wed, 22 Jan 2025 07:26:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~183^2~41^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=344d7505906e944eed841c7df4f3503fbd8fd3f7;p=git-annex.git --- 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?