1git-annex-testremote(1) General Commands Manual git-annex-testremote(1)
2
3
4
6 git-annex-testremote - test transfers to/from a remote
7
9 git annex testremote remote
10
12 This tests a remote by generating some random objects and sending them
13 to the remote, then redownloading them, removing them from the remote,
14 etc.
15
16 It's safe to run in an existing repository (the repository contents are
17 not altered), although it may perform expensive data transfers.
18
19 It's best to make a new remote for testing purposes. While the test
20 tries to clean up after itself, if the remote being tested had a bug,
21 the cleanup might fail, leaving test data in the remote.
22
23 Testing will use the remote's configuration, automatically varying the
24 chunk sizes, and with simple shared encryption disabled and enabled,
25 and exporttree disabled and enabled.
26
28 --fast
29
30 Perform a smaller set of tests.
31
32 --size=NUnits
33 Tune the base size of the generated objects. The default is
34 1MiB.
35
37 git-annex(1)
38
39 git-annex-test(1)
40
42 Joey Hess <id@joeyh.name>
43
44 git-annex-testremote(1)