summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 13:43:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-06 13:43:09 -0400
commit841207d050131b0a114a872b9cf9c84d135b1d2f (patch)
tree26429750945af1637d8fa556266ac71fcdceb120
parent20fe95987921238a81e54a00a6f627b2cecd4bc9 (diff)
response
-rw-r--r--doc/forum/Preferred_content_settings_for_sets_of_backup_drives__63__/comment_1_54cdea3a60d61dad6332af31b2968bdd._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Preferred_content_settings_for_sets_of_backup_drives__63__/comment_1_54cdea3a60d61dad6332af31b2968bdd._comment b/doc/forum/Preferred_content_settings_for_sets_of_backup_drives__63__/comment_1_54cdea3a60d61dad6332af31b2968bdd._comment
new file mode 100644
index 000000000..7f02010db
--- /dev/null
+++ b/doc/forum/Preferred_content_settings_for_sets_of_backup_drives__63__/comment_1_54cdea3a60d61dad6332af31b2968bdd._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-06-06T17:38:55Z"
+ content="""
+Repository groups are a good way to do this. Eg:
+
+ git annex group backup1a backup1
+ git annex group backup1b backup1
+ git annex group backup2a backup2
+ git annex group backup2b backup2
+ git annex wanted backup1a "not copies=backup1:1"
+ git annex wanted backup1b "not copies=backup1:1"
+ git annex wanted backup2a "not copies=backup2:1"
+ git annex wanted backup2b "not copies=backup2:1"
+"""]]