Switching between a remote and a local server archive
Moving data from a remote archive to a local archive
- Stop the VDog MasterService in the Service Control Manager.
- Check if all subordinate processes of the VDog MasterService are also stopped. This ensures that no more processes are accessing the server archive and that you receive a consistent copy.
- Change the name of the local server archive to
vdServerArchiveOld
. - Copy the remote server archive to your local hard disk and rename it to
vdServerArchiveRemote
. This places the two directoriesvdServerArchiveOld
andvdServerArchiveRemote
in your local drive. - Delete all directories from the directory
vdServerArchiveRemote
whose name begins with "VD$". - Then copy these directories from the directory
vdServerArchiveOld
to the directoryvdServerArchiveRemote
. - Open the
Server.ini
file in the directory..\vdServerArchive\VD$A\Configuration
. - Navigate in the
Server.ini
file to the entry 5508=Path to the old remote archive and delete the value of the key so that only the entry 5508= remains. - Rename the directory
vdServerArchiveRemote
tovdServerArchive
. - Restart the VDog MasterService.
Moving data from a local archive to a remote archive
- Stop the VDog MasterService in the Service Control Manager.
- Copy the local server archive to the desired location on the network drive.
- Open the
Server.ini
file in the directory..\vdServerArchive\VD$A\Configuration
. -
In the
Server.ini
file, find the entry that starts with5508=
and set the value to the path of the new directory on the network drive. For example:5508=\\myNAS\versiondog\vdServerArchive
5508=\\192.168.172.1\versiondog\vdServerArchive
Note
You can use either a network name or an IP address in the path.
-
Delete all directories from the local server archive except the following:
- All directories with names that include "VD$"
VD_TMP_VD
vdog agent setup
vdog client setup
These directories contain databases and critical configuration files and must remain on the local server.
-
Make sure the user account that starts the VDog MasterService has the necessary permissions to access the remote archive on the network drive.
- Restart the VDog MasterService.