1
0
Fork 0

Improve move CLI doc

This commit is contained in:
Chocobozzz 2025-03-19 15:51:14 +01:00
parent a21955318b
commit 9f512fa1fd
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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