From 6adaf94709de5aedddcc4f3650889a4c763b2e95 Mon Sep 17 00:00:00 2001 From: KachoOji Date: Fri, 10 Jun 2022 23:04:09 +0000 Subject: [PATCH] --- ...t-annex-addunused_with_original_path+filename.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/git-annex-addunused_with_original_path+filename.mdwn diff --git a/doc/forum/git-annex-addunused_with_original_path+filename.mdwn b/doc/forum/git-annex-addunused_with_original_path+filename.mdwn new file mode 100644 index 0000000000..351f194f75 --- /dev/null +++ b/doc/forum/git-annex-addunused_with_original_path+filename.mdwn @@ -0,0 +1,11 @@ +I lost/misplaced some files on two disks (about 5000+7000 files), which are now showing up as unused files. + +"git annex whereused --historical --unused" shows the original paths and filenames. +these are however not retained when restoring via "git-annex-addunused" + +Is there a way/option to restore these to the original paths + filenames? +I don't see myself renaming all these files manually...* + +\* I have a backup, but that leaves a small window for dataloss as the disks are full, so I must dropunused first. So I would prefer a addunused if possible (will also be faster I presume). + +Thanks