Difference between revisions of "Zmanda Client for Windows"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 6: Line 6:
  
 
= Preparation =
 
= Preparation =
# Download and unzip the relevant installers (32bit or 64bit as appropriate). Rename the folders to be "x86" or "AMD64" as shown below. This allows for the correct installer to be pick by using the %PROCESSOR_ARCHITECTURE% environmental variable:
+
; Get the installer
 +
: Download and unzip the relevant installers (32bit or 64bit as appropriate). Rename the folders to be "x86" or "AMD64" as shown below. This allows for the correct installer to be pick by using the %PROCESSOR_ARCHITECTURE% environmental variable:
 +
 +
<tt>
 +
AMANDA-WIN-CLIENT
 +
+---AMD64
 +
|  \---vcredist_x64
 +
|      \---en
 +
\---x86
 +
    \---vcredist_x86
 +
        \---en
 +
</tt>
  
<nowiki>
+
; Create a record file
AMANDA-WIN-CLIENT
+
On a test machine lauch the installer from the command line, using something like this
+---AMD64
+
'''%software%\AMANDA-WIN-CLIENT\x86\setup.exe /r /fC:\temp\setupamanda.iss'''
\---vcredist_x64
+
|      \---en
+
\---x86
+
    \---vcredist_x86
+
        \---en
+
</nowiki>
+
  
# Create a record file
 
 
The installer is Installshield based; for instructions on creating an record file for see [http://unattended.sourceforge.net/installers.php#installshield this page].
 
The installer is Installshield based; for instructions on creating an record file for see [http://unattended.sourceforge.net/installers.php#installshield this page].
# Copy the record file to the root of the amanda-win-client dir in your %software% dir.
+
 
 +
; Copy the record file to the root of the amanda-win-client dir in your %software% dir.
  
 
= Notes =
 
= Notes =
 
# The vcredist installation dir must be present even though we've added a dependency for them to be installed in a separate package.
 
# The vcredist installation dir must be present even though we've added a dependency for them to be installed in a separate package.
 
# YOUR PASSWORD FOR THE amandabackup client WILL BE STORED IN PLAIN TEXT IN THE RECORD FILE. Please make sure that you are aware of the risks that this may create.
 
# YOUR PASSWORD FOR THE amandabackup client WILL BE STORED IN PLAIN TEXT IN THE RECORD FILE. Please make sure that you are aware of the risks that this may create.

Revision as of 19:00, 24 April 2012

To be completed....

The Zmanda Client for Windows is the community edition of the windows client for the open source Amanda backup system.

The instructions below are for v3.3. It assumes that you already have a working instance of the Amanda backup server running.

Preparation

Get the installer
Download and unzip the relevant installers (32bit or 64bit as appropriate). Rename the folders to be "x86" or "AMD64" as shown below. This allows for the correct installer to be pick by using the %PROCESSOR_ARCHITECTURE% environmental variable:

AMANDA-WIN-CLIENT
+---AMD64
|   \---vcredist_x64
|       \---en
\---x86
    \---vcredist_x86
        \---en

Create a record file

On a test machine lauch the installer from the command line, using something like this %software%\AMANDA-WIN-CLIENT\x86\setup.exe /r /fC:\temp\setupamanda.iss

The installer is Installshield based; for instructions on creating an record file for see this page.

Copy the record file to the root of the amanda-win-client dir in your %software% dir.

Notes

  1. The vcredist installation dir must be present even though we've added a dependency for them to be installed in a separate package.
  2. YOUR PASSWORD FOR THE amandabackup client WILL BE STORED IN PLAIN TEXT IN THE RECORD FILE. Please make sure that you are aware of the risks that this may create.