Grass Valley PROFILE FAMILY v.2.5 User Manual
Page 251

Using the Listnames and Copymovie Commands
Profile Family
251
The
copymovie
utility copies media between two Profiles using the Fibre
Channel network. The parameters to this utility are case-sensitive. The
command is issued in the form:
copymovie srcMachine srcName destMachine destName
There are four arguments:
•
srcMachine
for the Profile machine where the source media is located (use
an asterisk [*] to specify the local machine)
•
srcName
for the source name of the media
•
destMachine
for the Profile machine where you want copy to go (use an
asterisk [*] to specify the local machine)
•
destName
is the name of the destination media
This example copies media called
INT:/default/movie1
from
PROFILE1
to
PROFILE2
, where it will be named
INT:/default/movie2
.
copymovie Profile3 INT:/default/movie1 Profile4 INT:/default/movie2
This example copies media called
INT:/default/movie1
from
PROFILE1
to the
local Profile where the command was run, where it is named
INT:/default/movie7
.
copymovie PROFILE1 INT:/default/movie1 * INT:/default/movie7