Skip to content

Commit 3521a3e

Browse files
committed
Implement feedback from review
1 parent e1d8209 commit 3521a3e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
[id="generating-metadata-and-listing-files-for-syncable-exports_{context}"]
1+
[id="generating-metadata-and-listing-files-for-syncable-exports"]
22
= Generating metadata and listing files for syncable exports
33

4-
In most cases, when exporting content in a syncable format using root privileges and the standard commands, metadata and listing files are generated automatically. However, you must manually trigger the generation of these files in the following circumstances:
4+
When exporting content in a syncable format, metadata and listing files are generated automatically.
5+
However, you must manually trigger the generation of these files in the following circumstances:
56

67
* When a non-root user is doing the export.
78
* When the `--async` flag has been passed, for root or non-root user.
8-
* When triggering API manually or using Ansible modules to do the exports.
9+
* When using the {Project} API or Ansible modules to do the exports.
910

1011
.Prerequisites
1112
* The syncable export directory is accessible on disk.
1213

1314
.Procedure
14-
. To generate metadata for a syncable export that was performed asynchronously or if the metadata was lost, use the following command:
15+
. Generate metadata for a syncable export:
1516
+
1617
[options="nowrap" subs="+quotes"]
1718
----
18-
# hammer content-export generate-metadata --path=/path/to/syncable/export
19+
$ hammer content-export generate-metadata --path=/path/to/syncable/export
1920
----
20-
+
21-
. To generate listing files for a syncable export directory, use the following command:
21+
22+
. Generate listing files for a syncable export directory:
2223
+
2324
[options="nowrap" subs="+quotes"]
2425
----
25-
# hammer content-export generate-listing --path=/path/to/syncable/export
26+
$ hammer content-export generate-listing --path=/path/to/syncable/export
2627
----

0 commit comments

Comments
 (0)