idea
This commit is contained in:
parent
b73d8225d5
commit
756338fb2e
1 changed files with 16 additions and 0 deletions
16
doc/todo/exclude_files_on_a_given_remote.mdwn
Normal file
16
doc/todo/exclude_files_on_a_given_remote.mdwn
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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]]
|
Loading…
Add table
Add a link
Reference in a new issue