git-annex-testremote(1) | General Commands Manual | git-annex-testremote(1) |
git-annex-testremote - test transfers to/from a remote
git annex testremote remote
This tests a remote by sending objects to it, downloading objects from it, etc.
It's safe to run in an existing repository (the repository contents are not altered), although it may perform expensive data transfers.
It's best to make a new remote for testing purposes. While the test tries to clean up after itself, if the remote being tested had a bug, the cleanup might fail, leaving test data in the remote.
Testing will use the remote's configuration, automatically varying the chunk sizes, and with simple shared encryption disabled and enabled, and exporttree disabled and enabled. If the remote is readonly, testing is limited to checking various properties of downloading from it.
Joey Hess <id@joeyh.name>