File: git-annex-addunused_with_original_path%2Bfilename.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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