We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66598f4 + 974846a commit 4fc48d9Copy full SHA for 4fc48d9
docs/04_publishing.md
@@ -42,7 +42,7 @@ to your Stratum 0.
42
Instead of manually starting a transaction, extracting the tarball and then publishing it,
43
the `cvmfs_server` command offers a more efficient method for directly publishing the contents of a tarball:
44
```bash
45
-cvmfs_server ingest -b some/path repo.organization.tld -t mytarball.tar
+cvmfs_server ingest -t mytarball.tar -b some/path repo.organization.tld
46
```
47
The `-b` option expects the relative location (**without leading slash!**) in your repository where the contents of the tarball,
48
specified with `-t`, should be extracted.
0 commit comments