Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

How to move the video content from old to a new VOD Server?

redhat

Administrator
Staff member
Administrator
Joined
Jun 19, 2019
Messages
3,467
Reaction score
17,063
Points
134
Location
root[@]woi
Once you need change your VOD Server to a newer one with more Discspace, so you need move the video files (movies and series) also to the new Server.
You can do it simply with the the Linux tool rsync

You can mass transfer movies using rsync tool.
In order to use it run in old server and in new server:
Bash:
apt-get install rsync sshpass

Then in new server, where you want to send movies you have to run:
Bash:
rsync -a --force --rsh="/usr/bin/sshpass -p OLD_SERVER_SSH_PASS ssh -o StrictHostKeyChecking=no" --progress OLD_SERVER_IP:/home/xtreamcodes/iptv_xtream_codes/movies/* /home/xtreamcodes/iptv_xtream_codes/movies/

Replace OLD_SERVER_SSH_PASS with password of old server and OLD_SERVER_IP with ip of old server.

Do you have movies as "do not encode use the source" -> NO?
If you have it in yes you have to use the above command for source files too.

When you are done contact the Xtream Support to fix also the Database.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top