Relocate Recordings

Arkance Systems Benelux

GeoView Server command-line tool provides recordings relocation functionality, enabling you to update existing recording paths in a data store with new physical path location on a local computer or LAN. This capability is useful when you decide to relocate physical (uploaded) recordings to different drive or UNC path. Since your upload root path may have more complex sub-folder structure, it is enough to update only the root path value in a data store, avoiding the need to update/map each folder and sub-folder separately.


Command

Parameter(s)

Description

-relocate

-old

Existing recordings path to replace. This parameter is mandatory.

-new

New recordings path to replace the old one. This parameter is mandatory.


Relocate Recordings


Relocate recordings to a different local computer's drive:


vsb_geo_cmd -relocate -old:"c:\demo" -new:"d:\demo"


Relocate recordings from local computer's drive to specified UNC path:


vsb_geo_cmd -relocate -old:"c:\demo" -new:"\\server\upload"