Skip to content

Commit

Permalink
Try a bit more of git-annex
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Jan 3, 2025
1 parent c2b82d9 commit 4737670
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,10 @@ postman:
uvx --python 3.12 posting

prep-kopia:
which kopia || brew install kopia kopiaui
which kopia || (brew install kopia; brew install --cask kopiaui)

prep-annex:
brew install git-annex
brew services start git-annex
which git-annex || brew install git-annex
# brew services start git-annex
mkdir -p ~/annex
(cd ~/annex && git annex webapp)
3 changes: 2 additions & 1 deletion trees/uts-002J.tree
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ I wish to note down my exploration of solutions to organize massive amount of (m
- it maintains a versioned record for files, can even track offline media
- Cons
- it only have access to the file contents when they are present at the registered location
- even with the web UI, it's not realy user-friendly
- [DataLad](https://www.datalad.org/)
- it builds on git-annex
- it builds on git-annex, but still a CLI
- [kopia](https://kopia.io/)
- Pros
- backup, versioning, deduplication, encryption, compression, error correction etc.
Expand Down

0 comments on commit 4737670

Please sign in to comment.