From ce740fb22e4df69006ca7f956a41a987f7384633 Mon Sep 17 00:00:00 2001 From: "eric.w@eee65cd362d995ced72640c7cfae388ae93a4234" Date: Mon, 21 Dec 2020 20:59:21 +0000 Subject: [PATCH] --- doc/forum/balance_git_annex_remotes.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/balance_git_annex_remotes.mdwn diff --git a/doc/forum/balance_git_annex_remotes.mdwn b/doc/forum/balance_git_annex_remotes.mdwn new file mode 100644 index 0000000000..9e10f91409 --- /dev/null +++ b/doc/forum/balance_git_annex_remotes.mdwn @@ -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?