Skip to content

Small script to mirror the latest version of Zimbra

License

Notifications You must be signed in to change notification settings

silpion/zmmirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zmmirror

Small script to mirror the latest version of Zimbra.

This script uses the Zimbra update check service to download the latest release of the network edition.

The default is to download the file to a subdirectory of the directory this script is located in. This can be changed by modifying the variable MIRROR_DIR in the script

The subdirectory will be named based on the platform the zimbra variant is built for. The names were chosen to make them simple to use with puppet/facter. The tarball will be saved under the original name in the target directory and an additional symlink with less information in the filename will be created as well, again to simplify the use of the mirror in combination with puppet.

The directory structure will look like this:

.
├── redhat-6.5
│   ├── zcs-ne-8.0.7.6021-redhat-6.5.tgz -> zcs-NETWORK-8.0.7_GA_6021.RHEL6_64.20140408123937.tgz
│   └── zcs-NETWORK-8.0.7_GA_6021.RHEL6_64.20140408123937.tgz
├── redhat-6.5.latest
├── ubuntu-12.04
│   ├── zcs-ne-8.0.7.6021-ubuntu-12.04.tgz -> zcs-NETWORK-8.0.7_GA_6021.UBUNTU12_64.20140408123948.tgz
│   └── zcs-NETWORK-8.0.7_GA_6021.UBUNTU12_64.20140408123948.tgz
├── ubuntu-12.04.latest
└── zmmirror.sh

About

Small script to mirror the latest version of Zimbra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages