rename forum post ending in a dot which breaks cloning on windows
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Jan 2021 17:19:05 +0000 (13:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Jan 2021 17:19:05 +0000 (13:19 -0400)
doc/bugs/Repo_contains_invalid_Windows_paths_again.mdwn
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term..mdwn [deleted file]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment [deleted file]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment [deleted file]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_3_7dc224cb0b88bf07879e03717efffa17._comment [deleted file]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_4_a538f8a4272b5ce134607dc7201e3f04._comment [deleted file]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term.mdwn [new file with mode: 0644]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment [new file with mode: 0644]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment [new file with mode: 0644]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_3_7dc224cb0b88bf07879e03717efffa17._comment [new file with mode: 0644]
doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_4_a538f8a4272b5ce134607dc7201e3f04._comment [new file with mode: 0644]

index 10a6cec585e5d80a175b28af86febefec3f02d02..309021acb38499d54e1913183188283689c71985 100644 (file)
@@ -11,3 +11,5 @@ Previous bug report on the same basic issue: <https://git-annex.branchable.com/b
 
 [[!meta author=jwodder]]
 [[!tag projects/datalad]]
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term..mdwn b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term..mdwn
deleted file mode 100644 (file)
index 76ff2f3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-I finally managed to dig a bit into annex, but I am still unsure if it's the right tool for me. It certainly feels close.
-Maybe I'll describe what I am looking for:
-
-- on my laptop (and maybe a second machine) I want to have a repo with the metadata of all my files (files as in music, video, photos, books, documents, things that I want to keep - but not a backup of my work files)
-- I want to have x number of external hard drives and a cloud account that form my storage
-- I want to be able to say "these files go into the cloud", "these files just stay on local storage"
-- I want to be able to say how many copies should exist (music=1, video=1, photos=2, ...)
-- I want all files in storage to be encrypted, at least in the cloud
-- I want to be able tot verify that my files are free (and stay free) of bit rot
-- I want to be able to locate which files are on which disk so I can attach it if needed
-- I want to be able to "materialize" files on my client machines as I need them, and drop the back to storage when I don't anymore
-- I want to be able to recover my repo if my laptop gets stolen
-- If the whole setup somehow breaks I would like to still be able to get access to the files on the drives
-- If a storage drive dies I want to be able to add a new one that takes over (with little manual work)
-- I don't want to think about disk sizes. If one drive is full - store it on the other drive. If all is full - let me know.
-- I don't need these files to be versioned, in fact I don't want them to be versioned as they are mostly binary and will take up unnecessary space
-- I want to use healthy project with more than one contributor (bus, virus, ... you never know)
-
-To me it seems annex checks most of the boxes - but on some I didn't manage to find out yet.
-Any input on whether I could make annex work for me?
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment
deleted file mode 100644 (file)
index 35446a2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[[!comment format=mdwn
- username="Lukey"
- avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
- subject="comment 1"
- date="2020-11-27T18:46:04Z"
- content="""
-Compared to other projects, git-annex meets most of your requirements (1-13; and 14 with a quirk). I myself have been looking for alternatives to git-annex (mainly for performance reasons), but there simply are none. <br>
-To not version Files (14), you can delete/drop old versions by listing unused keys (using `git-annex-unused`), then force drop them and mark them as dead (using `git annex dead --key`).
-"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment
deleted file mode 100644 (file)
index 08832f7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[[!comment format=mdwn
- username="tcurdt@9d3ccb47a593bf70ac547ddae8fa634048b87ddf"
- nickname="tcurdt"
- avatar="http://cdn.libravatar.org/avatar/cdf5f524330ccabaeda576749a34a30b"
- subject="comment 2"
- date="2020-11-28T16:49:47Z"
- content="""
-Thanks for the input, Lukey.
-Can you expand on the performance issues? What became the bottleneck for you? and when?
-"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_3_7dc224cb0b88bf07879e03717efffa17._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_3_7dc224cb0b88bf07879e03717efffa17._comment
deleted file mode 100644 (file)
index 04a1d7b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="Lukey"
- avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
- subject="comment 3"
- date="2020-11-29T15:37:21Z"
- content="""
-My problem is that `git annex sync --content --all` takes more time the more annexed files there are. For a repo here with ~260000 files, it takes ~3 Minutes (on an 11 Year old Athlon II X2 245).
-"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_4_a538f8a4272b5ce134607dc7201e3f04._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term./comment_4_a538f8a4272b5ce134607dc7201e3f04._comment
deleted file mode 100644 (file)
index e438b9a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 4"""
- date="2020-12-15T17:19:00Z"
- content="""
-@Lukey, I seem to remember the speed of that recently doubled, so 
-I guess despite the low-ish bus factor, there's some hope it will continue
-to get faster. :)
-"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term.mdwn b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term.mdwn
new file mode 100644 (file)
index 0000000..76ff2f3
--- /dev/null
@@ -0,0 +1,20 @@
+I finally managed to dig a bit into annex, but I am still unsure if it's the right tool for me. It certainly feels close.
+Maybe I'll describe what I am looking for:
+
+- on my laptop (and maybe a second machine) I want to have a repo with the metadata of all my files (files as in music, video, photos, books, documents, things that I want to keep - but not a backup of my work files)
+- I want to have x number of external hard drives and a cloud account that form my storage
+- I want to be able to say "these files go into the cloud", "these files just stay on local storage"
+- I want to be able to say how many copies should exist (music=1, video=1, photos=2, ...)
+- I want all files in storage to be encrypted, at least in the cloud
+- I want to be able tot verify that my files are free (and stay free) of bit rot
+- I want to be able to locate which files are on which disk so I can attach it if needed
+- I want to be able to "materialize" files on my client machines as I need them, and drop the back to storage when I don't anymore
+- I want to be able to recover my repo if my laptop gets stolen
+- If the whole setup somehow breaks I would like to still be able to get access to the files on the drives
+- If a storage drive dies I want to be able to add a new one that takes over (with little manual work)
+- I don't want to think about disk sizes. If one drive is full - store it on the other drive. If all is full - let me know.
+- I don't need these files to be versioned, in fact I don't want them to be versioned as they are mostly binary and will take up unnecessary space
+- I want to use healthy project with more than one contributor (bus, virus, ... you never know)
+
+To me it seems annex checks most of the boxes - but on some I didn't manage to find out yet.
+Any input on whether I could make annex work for me?
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_1_9984f65d6e89f0f88b33cbd499e859eb._comment
new file mode 100644 (file)
index 0000000..35446a2
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="Lukey"
+ avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
+ subject="comment 1"
+ date="2020-11-27T18:46:04Z"
+ content="""
+Compared to other projects, git-annex meets most of your requirements (1-13; and 14 with a quirk). I myself have been looking for alternatives to git-annex (mainly for performance reasons), but there simply are none. <br>
+To not version Files (14), you can delete/drop old versions by listing unused keys (using `git-annex-unused`), then force drop them and mark them as dead (using `git annex dead --key`).
+"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_2_d7bdfeb33bac7f139b0bdc1c6fb53237._comment
new file mode 100644 (file)
index 0000000..08832f7
--- /dev/null
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="tcurdt@9d3ccb47a593bf70ac547ddae8fa634048b87ddf"
+ nickname="tcurdt"
+ avatar="http://cdn.libravatar.org/avatar/cdf5f524330ccabaeda576749a34a30b"
+ subject="comment 2"
+ date="2020-11-28T16:49:47Z"
+ content="""
+Thanks for the input, Lukey.
+Can you expand on the performance issues? What became the bottleneck for you? and when?
+"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_3_7dc224cb0b88bf07879e03717efffa17._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_3_7dc224cb0b88bf07879e03717efffa17._comment
new file mode 100644 (file)
index 0000000..04a1d7b
--- /dev/null
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="Lukey"
+ avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
+ subject="comment 3"
+ date="2020-11-29T15:37:21Z"
+ content="""
+My problem is that `git annex sync --content --all` takes more time the more annexed files there are. For a repo here with ~260000 files, it takes ~3 Minutes (on an 11 Year old Athlon II X2 245).
+"""]]
diff --git a/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_4_a538f8a4272b5ce134607dc7201e3f04._comment b/doc/forum/Is_Annex_for_me__63___Questions_about_the_long_term/comment_4_a538f8a4272b5ce134607dc7201e3f04._comment
new file mode 100644 (file)
index 0000000..e438b9a
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2020-12-15T17:19:00Z"
+ content="""
+@Lukey, I seem to remember the speed of that recently doubled, so 
+I guess despite the low-ish bus factor, there's some hope it will continue
+to get faster. :)
+"""]]