File: Use_case_for_addurl.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (8 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
Hi,


question. What is exactly the use-case for addurl. To add unique files as if they where never changing resources?

There is a --relaxed flag to enable some leniency in redownloading the file it seems. But how would one go about updating a file from the web, drop it first?
Or do I have to add pseudo queries or hashes to the URLs to keep them unique and manage any versioning that way perhaps?