summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~stephane-gourichon-lpad <stephane-gourichon-lpad@web>2016-10-26 12:29:50 +0000
committerGravatar admin <admin@branchable.com>2016-10-26 12:29:50 +0000
commit9558d0cf34c9c5d4aa345e447885806ec8fcd823 (patch)
tree85c605b625d552a58f9d5738506e3aba66fc2c0e
parent87212871ff18f28f04249a3447582e74a08732c3 (diff)
Added a comment: Not a priority in itself, still feels like a missing piece.
-rw-r--r--doc/forum/Managing_a_large_number_of_files_archived_on_many_pieces_of_read-only_medium___40__E.G._DVDs__41__/comment_13_0a343a8fdad66765371ca22581b35b84._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/Managing_a_large_number_of_files_archived_on_many_pieces_of_read-only_medium___40__E.G._DVDs__41__/comment_13_0a343a8fdad66765371ca22581b35b84._comment b/doc/forum/Managing_a_large_number_of_files_archived_on_many_pieces_of_read-only_medium___40__E.G._DVDs__41__/comment_13_0a343a8fdad66765371ca22581b35b84._comment
new file mode 100644
index 000000000..2b3cf5839
--- /dev/null
+++ b/doc/forum/Managing_a_large_number_of_files_archived_on_many_pieces_of_read-only_medium___40__E.G._DVDs__41__/comment_13_0a343a8fdad66765371ca22581b35b84._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="https://launchpad.net/~stephane-gourichon-lpad"
+ nickname="stephane-gourichon-lpad"
+ avatar="http://cdn.libravatar.org/avatar/02d4a0af59175f9123720b4481d55a769ba954e20f6dd9b2792217d9fa0c6089"
+ subject="Not a priority in itself, still feels like a missing piece."
+ date="2016-10-26T12:29:50Z"
+ content="""
+> I have a large number of files that are accessed infrequently and stored off-line on DVD-Rs. I need to keep track of which files are on which disc so that when I want a file I can find it.
+> (...)
+> 4) Easily incorporate the current DVD-Rs into the new system
+
+This last item would make `git-annex` suitable to catalog existing WORM media.
+
+In the past I have used some programs but was never satisfied with their graphical-UI-first approach or closed format. For example: gtktalog, cdcat, cdcollect, where is it, virtual volume view, gnome catalog, basenji. Ref: https://alternativeto.net/software/cdcollect/?platform=linux .
+
+I also used at some point a plain old `find|{stat;md5}|gzip > ~/catalogs/my_volume_id.gz` then `grep mystring ~/catalogs/*gz` which, at the end of the day, has an overall good cost/benefit ratio.
+
+IMHO git-annex has a sane foundation and the potential to do better than those tools.
+
+Technically this looks indeed similar to a web special remote, but needs to accommodate for arbitrary mount point and keep count of copies.
+
+To be honest, the DVD use case is not a priority for me at the moment, but it feels like a missing piece in an otherwise good puzzle. As if handling this case nicely would actually benefit other, more modern use cases.
+
+"""]]