diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-27 13:49:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-27 13:49:51 -0400 |
commit | 8e6474fea3e0bbe1060188f6c0cd9d7170e06a9a (patch) | |
tree | f0bcc9cdd9ea507c212d261632154783d4189a53 | |
parent | 54005a5bb2681ab392c9163db831355d2a546822 (diff) |
close the my little pony bugs
-rw-r--r-- | doc/todo/New_special_remote_suggeston_-_clean_directory.mdwn | 8 | ||||
-rw-r--r-- | doc/todo/clear_file_names_in_special_remotes.mdwn | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/New_special_remote_suggeston_-_clean_directory.mdwn b/doc/todo/New_special_remote_suggeston_-_clean_directory.mdwn index 9fd3c5a20..98dd58d5e 100644 --- a/doc/todo/New_special_remote_suggeston_-_clean_directory.mdwn +++ b/doc/todo/New_special_remote_suggeston_-_clean_directory.mdwn @@ -13,3 +13,11 @@ This special remote could be thought of as the 'least common denominator of spec First and foremost, this can't be (really really shouldn't be) a trusted remote; my wife could accidentally delete all files on the NAS while I am away. So my local git-annex shouldn't assume the NAS counts towards numcopies (unless I'm a real masochist). Secondly, what to do when files change/are added/removed on the special remote? Probably the same thing that the assistant does with everything. The only thing special is that new/modified files will need to be copied locally from this special remote before being added to the annex (to get hash and such). + +> This is not feaisble given git-annex's design. If I wanted to +> make something completely unlike git-annex, I suppose it could be done, +> but it's off topic here. [[wontfix|done]]. +> +> If you want to use git-annex on a Synology NAS, the arm standalone build +> will work, and then you can use the command-line, or the assistant +> to maintain a git repository that contains your files as desired. --[[Joey]] diff --git a/doc/todo/clear_file_names_in_special_remotes.mdwn b/doc/todo/clear_file_names_in_special_remotes.mdwn index 149265038..1b6a9f935 100644 --- a/doc/todo/clear_file_names_in_special_remotes.mdwn +++ b/doc/todo/clear_file_names_in_special_remotes.mdwn @@ -7,3 +7,7 @@ I talked to TobiasTheViking in the past and he hinted at a reasonably clean way Thanks, Richard + +> This is not feaisble given git-annex's design. If I wanted to +> make something completely unlike git-annex, I suppose it could be done, +> but it's off topic here. [[wontfix|done]] --[[Joey]] |