[[!meta author=jwodder]]
[[!tag projects/datalad]]
+
+> [[fixed|done]] --[[Joey]]
+++ /dev/null
-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?
+++ /dev/null
-[[!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`).
-"""]]
+++ /dev/null
-[[!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?
-"""]]
+++ /dev/null
-[[!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).
-"""]]
+++ /dev/null
-[[!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. :)
-"""]]
--- /dev/null
+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?
--- /dev/null
+[[!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`).
+"""]]
--- /dev/null
+[[!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?
+"""]]
--- /dev/null
+[[!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).
+"""]]
--- /dev/null
+[[!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. :)
+"""]]