Improve move CLI doc
This commit is contained in:
parent
a21955318b
commit
9f512fa1fd
1 changed files with 4 additions and 4 deletions
|
@ -499,7 +499,7 @@ docker compose exec -u peertube peertube npm run create-import-video-file-job --
|
|||
|
||||
### Move video files from filesystem to object storage
|
||||
|
||||
Use this script to move all video files or a specific video file to object storage.
|
||||
Use this script to move video related files (video files, original video file, captions, etc.) to object storage.
|
||||
|
||||
::: code-group
|
||||
|
||||
|
@ -515,7 +515,7 @@ docker compose exec -u peertube peertube npm run create-move-video-storage-job -
|
|||
|
||||
:::
|
||||
|
||||
The script can also move all video files that are not already in object storage:
|
||||
The script can also move all video related files that are not already in object storage:
|
||||
|
||||
::: code-group
|
||||
|
||||
|
@ -535,7 +535,7 @@ docker compose exec -u peertube peertube npm run create-move-video-storage-job -
|
|||
|
||||
**PeerTube >= 6.0**
|
||||
|
||||
Use this script to move all video files or a specific video file from object storage to the PeerTube instance filesystem.
|
||||
Use this script to move video related files (video files, original video file, captions, etc.) from object storage to the PeerTube instance filesystem.
|
||||
|
||||
::: code-group
|
||||
|
||||
|
@ -551,7 +551,7 @@ docker compose exec -u peertube peertube npm run create-move-video-storage-job -
|
|||
|
||||
:::
|
||||
|
||||
The script can also move all video files that are not already on the filesystem:
|
||||
The script can also move all video related files that are not already on the filesystem:
|
||||
|
||||
::: code-group
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue