summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_dropping_from_backup_repo.mdwn
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2013-03-12 09:26:48 +0000
committerGravatar admin <admin@branchable.com>2013-03-12 09:26:48 +0000
commit5121d4ae56463bbe420f6bd3de445cdded34d383 (patch)
tree7e9c62bf9cc5074e78b177953425da8f641e85e6 /doc/bugs/Assistant_dropping_from_backup_repo.mdwn
parentcfdc431005bee51ef00bc0b87dc4e77b15038c8c (diff)
rename bugs/Assistant_dropping_from_backup_repo.mdwn to bugs/Assistant_dropping_files_it_has_just_transferred_elsewhere_again.mdwn
Diffstat (limited to 'doc/bugs/Assistant_dropping_from_backup_repo.mdwn')
-rw-r--r--doc/bugs/Assistant_dropping_from_backup_repo.mdwn23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/bugs/Assistant_dropping_from_backup_repo.mdwn b/doc/bugs/Assistant_dropping_from_backup_repo.mdwn
deleted file mode 100644
index 5e83b17ee..000000000
--- a/doc/bugs/Assistant_dropping_from_backup_repo.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-Setup:
-
-* fresh install of Debian Wheezy on machines A & B, git-annex 4.20130227 pulled in from unstable
-* clone repository onto A & B and pair them (manual SSH key setup), and plug USB backup drive, U, into A
-* U has repository group `backup` and preferred content string `standard`
-* A & B have repository group `client` and preferred content string `present or include=subdir1/* or ...`
-
-Steps:
-
-* Add a new file to B
-* On B, `git annex copy -t A newfile`
-
-Expected:
-
-* File arrives at B and is copied to U by B's assistant
-* File remains on B
-
-Actual:
-
-* File arrives on B and is copied to U
-* File is dropped from B
-
-Seems like a resurfacing of [[forum/assistant_overzealously_moving_stuff_to_other_repos]]? Thanks.