diff --git a/support/doc/tools.md b/support/doc/tools.md index 087042df6..44147b9b0 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -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