Showing posts with label Email Server. Show all posts
Showing posts with label Email Server. Show all posts

June 24, 2016

Zimbra Hot Backup Restore Tool

Tool to create and restore backups of Zimbra open source. Zimbra Backup and Restore "hot". By Richardson Lima Developed in Bash Script, but currently under development in the Python programming language. BACKUP Script 1 This script must be run as root, it runs the script runBackupAll.sh and...

January 5, 2016

Script backup zimbra mail

##!/bin/bash clear echo Start time of the backup = $(date +%T) before="$(date +%s)" ## Backup Format FORMAT=tgz ## Backup location ZBACKUP=/srv/backup/ ## Folder name for backup and using date DATE=`date +"%d%m%y"` ## Backup location separate by date ZDUMPDIR=$ZBACKUP/$DATE ## zmmailbox location ZMBOX=/opt/zimbra/bin/zmmailbox ###...

January 4, 2016

December 23, 2015

Backup of Zimbra MailBox using zmmailbox

This is a short script I use to backup the Zimbra mailbox content for my users. This has been used on a Zimbra Collaboration Server (ZCS Open Source Edition) 7.2 installation, but should work on earlier versions as well. I use another script to backup the whole Zimbra installation, but that might be...

October 28, 2015