git-annex/doc/todo/limit_to_low_cost_remotes.mdwn
Joey Hess b8cd5fde17
idea
2018-08-20 16:13:46 -04:00

5 lines
253 B
Markdown

Add --maximum-cost=N which prevents trying to access any remotes with a
larger cost. May as well add --minimum-cost too for completeness.
My use case: Want to git annex get --auto and pull from any of 3 usb
drives, but not from the network. --[[Joey]]