(no commit message)
authoreric.w@eee65cd362d995ced72640c7cfae388ae93a4234 <ericw@web>
Mon, 21 Dec 2020 20:59:21 +0000 (20:59 +0000)
committeradmin <admin@branchable.com>
Mon, 21 Dec 2020 20:59:21 +0000 (20:59 +0000)
doc/forum/balance_git_annex_remotes.mdwn [new file with mode: 0644]

diff --git a/doc/forum/balance_git_annex_remotes.mdwn b/doc/forum/balance_git_annex_remotes.mdwn
new file mode 100644 (file)
index 0000000..9e10f91
--- /dev/null
@@ -0,0 +1,9 @@
+What is the best way to balance files among your remotes? 
+
+use case:
+I have git annex remotes on N external drives, I would like to git annex move --auto --from=$most_used_repo --to= $least_used_repo
+
+expected result: 
+the free space on all my remotes should be more or less equal.
+
+is there a way to do this currently?