Hi,
Is there any way to estimate how much data will be transferred and/or written down on the target repository of a git annex copy
command? Something that would take into account that some data is already there, etc.
Hi,
Is there any way to estimate how much data will be transferred and/or written down on the target repository of a git annex copy
command? Something that would take into account that some data is already there, etc.
Using
git annex info .
in combination with the git-annex-matching-options is a good way to do such queries.The "size of annexed files in working tree" line gives the total size of the files that match that query.
If you're copying files to a remote, run something like:
And if you're getting files, run something like: