copy --auto

Only does copy when numcopies is not yet satisfied.
This commit is contained in:
Joey Hess 2011-09-15 15:27:45 -04:00
parent 7b90cb72fc
commit a0d3a343b5
3 changed files with 16 additions and 4 deletions

View file

@ -36,3 +36,6 @@ work toward having two copies of your files.
whereis other_file (2 copies)
0c443de8-e644-11df-acbf-f7cd7ca6210d -- laptop
7570b02e-15e9-11e0-adf0-9f3f94cb2eaa -- backup drive
The --auto option can also be used with the copy command,
again this lets git-annex decide whether to actually copy content.