From 9f512fa1fd6632ea9a37d107d1c929f0283c2d3d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 19 Mar 2025 15:51:14 +0100 Subject: [PATCH] Improve move CLI doc --- support/doc/tools.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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