document move/copy --fast and --force

There was documentation in 66285ca3d1,
but it was lost in the man page split.

I don't know if this --force is very useful. Considered removing it
instead..
This commit is contained in:
Joey Hess 2017-05-31 20:01:21 -04:00
parent efb9ebbe7d
commit 98b2917b59
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 3 deletions

View file

@ -37,12 +37,15 @@ Copies the content of files from or to another remote.
* `--fast`
Avoid contacting the remote to check if it has every file when copying
--to it.
When copying content to a remote, avoid a round trip to check if the remote
already has content. This can be faster, but might skip copying content
to the remote in some cases.
* `--force`
Force checking the remote for every file when copying --from it.
When copying content from a remote, ignore location tracking information
and always check if the remote has content. Can be useful if the location
tracking information is out of date.
* `--all`

View file

@ -53,6 +53,18 @@ Moves the content of files from or to another remote.
Use this option to move a specified key.
* `--fast`
When moving content to a remote, avoid a round trip to check if the remote
already has content. This can be faster, but might skip moving content
to the remote in some cases.
* `--force`
When moving content from a remote, ignore location tracking information
and always check if the remote has content. Can be useful if the location
tracking information is out of date.
* file matching options
The [[git-annex-matching-options]](1)