summaryrefslogtreecommitdiff
path: root/doc/todo/exclude_files_on_a_given_remote.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/exclude_files_on_a_given_remote.mdwn')
-rw-r--r--doc/todo/exclude_files_on_a_given_remote.mdwn18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/todo/exclude_files_on_a_given_remote.mdwn b/doc/todo/exclude_files_on_a_given_remote.mdwn
deleted file mode 100644
index e8bb357d3..000000000
--- a/doc/todo/exclude_files_on_a_given_remote.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-Say I have some files on remote A. But I'm away from it, and transferring
-files from B to C. I'd like to avoid transferring any files I already have
-on A.
-
-Something like:
-
- git annex copy --to C --exclude-on A
-
-This would not contact A, just use its cached location log info.
-
-I suppose I might also sometime want to only act on files that are
-thought/known to be on A.
-
- git annex drop --only-on A
-
---[[Joey]]
-
-[[done]]