From 376bb5b6448803fafb713ea119e8266488d4a43f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Jul 2015 12:37:16 -0400 Subject: [PATCH] response --- ...1_d5a9f3308e09a9b9460014904d23ef48._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Exclude_specific_files_from_a_special_remote/comment_1_d5a9f3308e09a9b9460014904d23ef48._comment diff --git a/doc/forum/Exclude_specific_files_from_a_special_remote/comment_1_d5a9f3308e09a9b9460014904d23ef48._comment b/doc/forum/Exclude_specific_files_from_a_special_remote/comment_1_d5a9f3308e09a9b9460014904d23ef48._comment new file mode 100644 index 0000000000..0375b9239f --- /dev/null +++ b/doc/forum/Exclude_specific_files_from_a_special_remote/comment_1_d5a9f3308e09a9b9460014904d23ef48._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-20T16:32:29Z" + content=""" +This is a job for [[preferred_content]]! + +For example, you could configure the remote to not want +any flac files, so only mp3, ogg, etc files should be stored on that +remote: + + git annex wanted myremotename 'exclude=*.flac' + +This configuration will automatically be honored if you use +`git annex sync --content` (or the assistant). If you manually +use `git annex copy` to copy files to the remote, you'll need to +add the `--auto` flag to make it honor the preferred content settings. +"""]]