diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-20 15:28:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-20 15:28:17 -0400 |
commit | 0aedef26424c2e17a2cfc0bb24ec52bddc560bf0 (patch) | |
tree | 994bd998b8ac84f99512ba0f272bc82581f2fb3a | |
parent | 7afe264a7af070a7d2e7b60455260646511476f3 (diff) | |
parent | 14d32c2b3640c7b7a930187d1e31856a04fa412b (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/forum/assistant_overzealously_moving_stuff_to_other_repos/comment_3_87aa4c5942929be81ddc1e2795d56f0e._comment | 9 | ||||
-rw-r--r-- | doc/forum/preferred_content_settings_for_multiple_symlinks.mdwn | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/assistant_overzealously_moving_stuff_to_other_repos/comment_3_87aa4c5942929be81ddc1e2795d56f0e._comment b/doc/forum/assistant_overzealously_moving_stuff_to_other_repos/comment_3_87aa4c5942929be81ddc1e2795d56f0e._comment new file mode 100644 index 000000000..f4d6240bc --- /dev/null +++ b/doc/forum/assistant_overzealously_moving_stuff_to_other_repos/comment_3_87aa4c5942929be81ddc1e2795d56f0e._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="http://edheil.wordpress.com/" + ip="173.162.44.162" + subject="comment 3" + date="2012-12-20T00:05:08Z" + content=""" +Thanks, I'll give it another shot! + +"""]] diff --git a/doc/forum/preferred_content_settings_for_multiple_symlinks.mdwn b/doc/forum/preferred_content_settings_for_multiple_symlinks.mdwn new file mode 100644 index 000000000..3c67a93a5 --- /dev/null +++ b/doc/forum/preferred_content_settings_for_multiple_symlinks.mdwn @@ -0,0 +1,7 @@ +I have my music library in `music/` and some really old files I recently added in `reallyold/`. There are some MP3s in the really old files and some are the same as my library, so of course git annex is only keeping one copy. Now, I have an rsync remote, `ma`, which prefers content from `music/` but doesn't want anything from `reallyold/`. So while right now it is trying to drop stuff, I suspect at some point that it will try to re-add them in virtue of being in `music/`, as I've got a loop. + +I want to eliminate this by using the present keyword to disable dropping for stuff in `reallyold/` and `music/`. Here is my attempt, which doesn't work--I am hoping someone can spot what's wrong. + + (present and include=music/*) or (present and include=reallyold/*) or (exclude=reallyold/* and exclude=video/* and exclude= ...) + +Note that music is included by virtue of not being excluded so it should satisfy the third disjunct. Thanks. |