File: Backup_of_git-annex_repos.mdwn

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Hello,

I use CrashPlan, a proprietary offsite backup system to backup a couple of git-annex repositories.

CrashPlan backups the symlinks as symlinks as well as the .git directory. So all data is backuped. However, restoring it tedious.

I identify a file that I want to restore, download it and get only the symlink. Now I can descent into the .git directory and get the correct blob the symlink points to.

Are there any simple strategies getting a specific file from a git-annex repo if you only have file-based view on the repo?

I can, of course, use direct mode, that would resolve this issue, but would prefer to use the safer indirect mode.

Thanks for any ideas!

Best!