Move video files from object storage to filesystem
Use this script to move video related files (video files, original video file, captions, etc.) from object storage to the PeerTube instance filesystem.
cd /var/www/peertube/peertube-latest
sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-move-video-storage-job – --to-file-system -v [videoUUID]
The question is: How does the transfer work? Are the files themselves transferred from the cloud or just links to them? Is the transfer done in bulk or one file at a time? I have 30,000 videos, how will the import of these files be organized?