git-annex-info(1) | General Commands Manual | git-annex-info(1) |
git-annex-info - information about an item or the repository
git annex info [directory|file|treeish|remote|description|uuid ...]
Displays statistics and other information for the specified item.
When no item is specified, displays overall information. This includes a list of all known repositories, how much annexed data is present in the local repository, the total size of all annexed data in the working tree, the combined size of annexed data in all repositories, and the annex sizes of each repository.
When a directory is specified, displays information about the annexed files in that directory (and subdirectories). This includes how much annexed data is present in the local repository, the total size of all annexed data in the directory, how many files have the specified numcopies or more (+1, +2 etc) or less (-1, -2 etc), and information about how much of the annexed data is stored in known repositories.
When a treeish is specified, displays similar information as when a directory is specified, but about the annexed files in that treeish.
When a remote, or description of a repository, or uuid is specified, displays information about the specified repository, including the total amount of annexed data stored in it, and a variety of configuration information.
Suppose you want to run "git annex get .", but would first like to see how much disk space that will use. Then run:
git annex info --fast . --not --in here
git-annex(1)
Joey Hess <id@joeyh.name>