From 1783c248aaf045ca765756517a6ad5982ec35376 Mon Sep 17 00:00:00 2001 From: "nikty@0f5aae85b4392d178220ee82e3ee708496ca7bb3" Date: Wed, 2 Jul 2025 07:18:57 +0000 Subject: [PATCH] --- .../Check_export_or_force_re-export_to_special_remote.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/forum/Check_export_or_force_re-export_to_special_remote.mdwn diff --git a/doc/forum/Check_export_or_force_re-export_to_special_remote.mdwn b/doc/forum/Check_export_or_force_re-export_to_special_remote.mdwn new file mode 100644 index 0000000000..c94b17263d --- /dev/null +++ b/doc/forum/Check_export_or_force_re-export_to_special_remote.mdwn @@ -0,0 +1,6 @@ +Hello. + +I'm using `git annex export` to export files to my android. It works, but sometimes I accidentally remove files from special remotes and want to get them back. +I repeat `git annex export master --to android` command, it says everything OK, but it doesn't actually transfer anything. + +How to force export of a tree to existing special remote?