retroclient.exe /ip xxx.xxx.xxx.xxx
Resources
The Retrospect Client uses the
and ip
commands to allow users to direct Retrospect backup traffic through a specific IP address if it is available to the machine the client is installed on.ipsave
The
command will only bind the IP address temporarily. Once the machine or the Retrospect client service is restarted, the Retrospect client will revert back to its default IP address. The ip
command will bind the client to the IP permanently.ipsave
To use the
or ip
command on a Retrospect Client for Windows, open up your command prompt with elevated privileges, and navigate to your Retrospect client install directory. By default the installation directory is: ipsave
.C:\Program Files (x86)\Retrospect\Retrospect Client
Once within the Retrospect Client install directory you can issue the following commands.
To temporarily direct client traffic through a specified IP:
retroclient.exe /ip xxx.xxx.xxx.xxx
To persistently direct client traffic through a specified IP:
retroclient.exe /ipsave xxx.xxx.xxx.xxx
To revert the changes made by the
command:ipsave
retroclient.exe /ipsave none
To use the
or ip
command on a Retrospect Client for Mac, open ipsave
and navigate to /Applications/Utilities/Terminal
/Library/PreferencePanes/Retrospect\ Client.prefPane/Contents/MacOS
Once within this directory, you can issue the following commands.
To temporarily direct client traffic through a specified IP:
./retroclient -ip xxx.xxx.xxx.xxx
To persistently direct client traffic through a specified IP:
./retroclient -ipsave xxx.xxx.xxx.xxx
To revert the changes made by the
command:ipsave
./retroclient -ipsave none
Last Update: July 26, 2016